Package arez.spy
Class ObserveCompleteEvent
java.lang.Object
arez.spy.ObserveCompleteEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Observer completes method being observed.
-
Constructor Summary
ConstructorDescriptionObserveCompleteEvent
(ObserverInfo observer, Throwable throwable, int duration) -
Method Summary
Modifier and TypeMethodDescriptionint
void
Convert event attributes to json compatible values in map.
-
Constructor Details
-
ObserveCompleteEvent
public ObserveCompleteEvent(@Nonnull ObserverInfo observer, @Nullable Throwable throwable, int duration)
-
-
Method Details
-
getObserver
-
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.
-