Class SVNProgressEvent
- java.lang.Object
-
- org.tigris.subversion.svnclientadapter.SVNProgressEvent
-
public class SVNProgressEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
UNKNOWN
-
Constructor Summary
Constructors Constructor Description SVNProgressEvent(long progress, long total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getProgress()
long
getTotal()
-
-
-
Field Detail
-
UNKNOWN
public static final long UNKNOWN
- See Also:
- Constant Field Values
-
-