org.datamanager.event
Interface EntityEvent

All Superinterfaces:
DataManagerEvent, EntityValue, KernelEvent, Serializable
All Known Subinterfaces:
LinkEvent, ValueEvent
All Known Implementing Classes:
AttachLinkEvent, DetachLinkEvent, GetValueEvent, SetValueEvent

public interface EntityEvent
extends KernelEvent

This marker interface is the mother of all events generated from within an Entity. This is just a marker interface. It specifies no unique methods of its own. It does however extend KernelEvent 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