Package arez.spy
Class ObserveCompleteEvent
java.lang.Object
arez.spy.ObserveCompleteEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Observer completes method being observed.
-
Constructor Summary
ConstructorsConstructorDescriptionObserveCompleteEvent(ObserverInfo observer, Throwable throwable, int duration) -
Method Summary
Modifier and TypeMethodDescriptionintvoidConvert 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:SerializableEventConvert event attributes to json compatible values in map.- Specified by:
toMapin interfaceSerializableEvent- Parameters:
map- the map in which to serialize values.
-