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