org.datamanager.event
Interface ValueEvent

All Superinterfaces:
DataManagerEvent, EntityEvent, EntityValue, KernelEvent, Serializable
All Known Implementing Classes:
GetValueEvent, SetValueEvent

public interface ValueEvent
extends EntityEvent

This marker interface is the mother of all events generated from within an Entity that are related to that Entity's value. 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