- All Superinterfaces:
ReflectiveDataObject
- All Known Subinterfaces:
SharedGraphNode
- All Known Implementing Classes:
AbstractSharedGraphNode,Command,InsertElement,ListUpdate,RemoveElement,SetProperty
ReflectiveDataObject whose properties can be observed.-
Method Summary
Methods inherited from interface de.haumacher.msgbuf.data.ReflectiveDataObject
get, jsonType, properties, set
-
Method Details
-
registerListener
Attaches the givenListenerto this object.If the given
Listeneris already attached, it is not attached again.- Parameters:
l- TheListenerto attach.- Returns:
- This object for call chaining.
-
unregisterListener
Removes the givenListenerfrom this object.- Parameters:
l- TheListenerto remove.- Returns:
- This object for call chaining.
-