Class DefaultFinishEvent

    • Method Detail

      • getResult

        public OperationResult getResult()
        Description copied from interface: FinishEvent
        Returns the result of the finished operation.
        Specified by:
        getResult in interface FinishEvent
        Returns:
        the result of the finished operation
      • getEventTime

        public long getEventTime()
        Description copied from interface: ProgressEvent
        Returns the time this event was triggered.
        Specified by:
        getEventTime in interface ProgressEvent
        Returns:
        The event time, in milliseconds since the epoch.
      • getDisplayName

        public java.lang.String getDisplayName()
        Description copied from interface: ProgressEvent
        Returns a human consumable short description of the event.
        Specified by:
        getDisplayName in interface ProgressEvent
        Returns:
        The short description of the event.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object