Package arez.spy
Class ComputableValueCreateEvent
java.lang.Object
arez.spy.ComputableValueCreateEvent
- All Implemented Interfaces:
SerializableEvent
ComputableValue has been created.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Convert event attributes to json compatible values in map.
-
Constructor Details
-
ComputableValueCreateEvent
-
-
Method Details
-
getComputableValue
-
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.
-