@Incubating public interface ProgressEvent
| Modifier and Type | Method and Description | 
|---|---|
| OperationDescriptor | getDescriptor()Returns the description of the operation for which progress is reported. | 
| String | getDisplayName()Returns a human consumable short description of the event. | 
| long | getEventTime()Returns the time this event was triggered. | 
long getEventTime()
String getDisplayName()
OperationDescriptor getDescriptor()