Package arez.spy
Class ActionCompleteEvent
java.lang.Object
arez.spy.ActionCompleteEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Action completes.
-
Constructor Summary
ConstructorDescriptionActionCompleteEvent
(String name, boolean tracked, Object[] parameters, boolean returnsResult, Object result, Throwable throwable, int duration) -
Method Summary
-
Constructor Details
-
ActionCompleteEvent
public ActionCompleteEvent(@Nonnull String name, boolean tracked, @Nonnull Object[] parameters, boolean returnsResult, @Nullable Object result, @Nullable Throwable throwable, int duration)
-
-
Method Details
-
getName
-
isTracked
-
getParameters
-
returnsResult
-
getResult
-
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.
-