Package org.tigris.subversion.javahl
Class ProgressEvent
- java.lang.Object
-
- org.tigris.subversion.javahl.ProgressEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ProgressEvent extends java.lang.Object implements java.io.Serializable
The event passed to theProgressListener.onProgress(ProgressEvent)
API to informSVNClientInterface
of command progress (in terms of bytes).- Since:
- 1.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgressEvent(ProgressEvent aEvent)
A backward-compat constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getProgress()
long
getTotal()
-
-
-
Constructor Detail
-
ProgressEvent
public ProgressEvent(ProgressEvent aEvent)
A backward-compat constructor.
-
-