Package arez.spy
Class TaskCompleteEvent
java.lang.Object
arez.spy.TaskCompleteEvent
- All Implemented Interfaces:
SerializableEvent
Notification that task has completed execution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetTask()voidConvert event attributes to json compatible values in map.
-
Constructor Details
-
TaskCompleteEvent
-
-
Method Details
-
getTask
-
getThrowable
-
getDuration
-
toMap
Description copied from interface:SerializableEventConvert event attributes to json compatible values in map.- Specified by:
toMapin interfaceSerializableEvent- Parameters:
map- the map in which to serialize values.
-