Interface FinishEvent
- All Superinterfaces:
ProgressEvent
- All Known Subinterfaces:
TaskFinishEvent, TestFinishEvent
An event that informs about an operation having finished its execution.
- Since:
- 2.4
-
Method Summary
Modifier and TypeMethodDescriptionReturns the result of the finished operation.Methods inherited from interface ProgressEvent
getDescriptor, getDisplayName, getEventTime
-
Method Details
-
getResult
OperationResult getResult()Returns the result of the finished operation.- Returns:
- the result of the finished operation
-