Interface ProgressEvent

    • Method Detail

      • getEventTime

        long getEventTime()
        Returns the time this event was triggered.
        Returns:
        The event time, in milliseconds since the epoch.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns a human consumable short description of the event.
        Returns:
        The short description of the event.
      • getDescriptor

        OperationDescriptor getDescriptor()
        Returns the description of the operation for which progress is reported.
        Returns:
        The description of the operation.