org.datamanager.event
Interface PoolEvent

All Superinterfaces:
DataManagerEvent, EntityValue, KernelEvent, Serializable
All Known Implementing Classes:
AddEntityPoolEvent, SearchPoolEvent

public interface PoolEvent
extends KernelEvent

This marker interface is the mother of all events generated from within a Pool. 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