Package arez.spy
Class ObserverDisposeEvent
java.lang.Object
arez.spy.ObserverDisposeEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Observer is disposed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidConvert event attributes to json compatible values in map.
-
Constructor Details
-
ObserverDisposeEvent
-
-
Method Details
-
getObserver
-
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.
-