org.tigris.subversion.svnclientadapter
public class SVNProgressEvent extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
UNKNOWN |
Constructor and Description |
---|
SVNProgressEvent(long progress,
long total) |
Modifier and Type | Method and Description |
---|---|
long |
getProgress() |
long |
getTotal() |
public static final long UNKNOWN