org.tigris.subversion.svnclientadapter
Class SVNProgressEvent

java.lang.Object
  extended by org.tigris.subversion.svnclientadapter.SVNProgressEvent

public class SVNProgressEvent
extends java.lang.Object


Field Summary
static long UNKNOWN
           
 
Constructor Summary
SVNProgressEvent(long progress, long total)
           
 
Method Summary
 long getProgress()
           
 long getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final long UNKNOWN
See Also:
Constant Field Values
Constructor Detail

SVNProgressEvent

public SVNProgressEvent(long progress,
                        long total)
Method Detail

getProgress

public long getProgress()

getTotal

public long getTotal()