org.datamanager.event
Interface KernelEvent

All Superinterfaces:
DataManagerEvent, EntityValue, Serializable
All Known Subinterfaces:
EntityEvent, EventGeneratorEvent, LinkEvent, PoolEvent, ValueEvent
All Known Implementing Classes:
AddEntityPoolEvent, AttachLinkEvent, DetachLinkEvent, GetValueEvent, SearchPoolEvent, SetValueEvent, SubscribeEventGeneratorEvent, UnsubscribeEventGeneratorEvent

public interface KernelEvent
extends DataManagerEvent

This marker interface is the mother of all events generated from within the kernel of the DataManager. This is just a marker interface. It specifies no unique methods of its own. It does however extend DataManagerEvent and therefore requires: public EventGenerator getSource() public long getTime() public String toString()

Author:
Matthew Farrellee

Methods inherited from interface org.datamanager.event.DataManagerEvent
getSource, getTime, toString
 



See the Helium Website