org.datamanager.event
Interface LinkEvent

All Superinterfaces:
DataManagerEvent, EntityEvent, EntityValue, KernelEvent, Serializable
All Known Implementing Classes:
AttachLinkEvent, DetachLinkEvent

public interface LinkEvent
extends EntityEvent

This marker interface is the mother of all events generated from within an Entity that are related to that Entity's links. This is just a marker interface. It specifies no unique methods of its own. It does however extend EntityEvent 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