public interface StatusEvent extends ProgressEvent
Modifier and Type | Method and Description |
---|---|
long |
getProgress()
The amount of work already performed by the build operation.
|
long |
getTotal()
The total amount of work that the build operation is in the progress of performing, or -1 if not known.
|
String |
getUnit()
The measure used to express the amount of work.
|
getDescriptor, getDisplayName, getEventTime
long getProgress()
long getTotal()
String getUnit()