public class ProgressEvent
extends java.lang.Object
implements java.io.Serializable
ProgressCallback.onProgress(org.apache.subversion.javahl.ProgressEvent) API to inform
ISVNClient of command progress (in terms of bytes).| Constructor and Description |
|---|
ProgressEvent(long progress,
long total)
This constructor is to be used by the native code.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getProgress() |
long |
getTotal() |