equip.data
Class DataCallbackImpl
java.lang.Object
equip.runtime.Object
equip.runtime.ValueBase
equip.data.DataCallback
equip.data.DataCallbackImpl
- All Implemented Interfaces:
- java.lang.Cloneable
- public class DataCallbackImpl
- extends DataCallback
Default (do-nothing) implementation of IDL'd abstract class
(interface) DataCallback; you should sub-class DataCallback or DataCallbackPost directly.
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataCallbackImpl
public DataCallbackImpl()
notify
public void notify(Event event,
EventPattern pattern,
boolean patternDeleted,
DataSession session,
ValueBase closure)
- Description copied from class:
DataCallback
- notification of a matched event or pseudo event.
Note, should really have more info here, e.g. dataspace.
- Specified by:
notify in class DataCallback
- Parameters:
event - The matched event being enacted by the dataspace.pattern - The pattern that was matched.patternDeleted - Whether the pattern has been deleted
as a result of the event, e.g. matched.session - The DataSession generating this callback.closure - As provided when the DataSession was
created.