Package arez.spy
Class ObserveStartEvent
java.lang.Object
arez.spy.ObserveStartEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Observer is about to call method being observed.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Convert event attributes to json compatible values in map.
-
Constructor Details
-
ObserveStartEvent
-
-
Method Details
-
getObserver
-
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.
-