org.datamanager.event
Class EntityDisplayRequestEvent

java.lang.Object
  |
  +--org.datamanager.event.DataManagerEventAdapter
        |
        +--org.datamanager.event.EntityDisplayRequestEvent
All Implemented Interfaces:
ContainsEntityEvent, DataManagerEvent, EntityValue, RequestEvent, Serializable

public class EntityDisplayRequestEvent
extends DataManagerEventAdapter
implements RequestEvent, ContainsEntityEvent

This event is used to notify any interested handlers that an Entity wants to be displayed.

Version:
$Revision: 1.4 $
Author:
Team Helium
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.datamanager.event.DataManagerEventAdapter
source, time
 
Constructor Summary
EntityDisplayRequestEvent(EventGenerator source, Entity entity)
           
 
Method Summary
 Entity getEntity()
          Gets the Entity that contains the message to display.
 String toString()
          Returns a String representation of this Event.
 
Methods inherited from class org.datamanager.event.DataManagerEventAdapter
getSource, getTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.datamanager.event.DataManagerEvent
getSource, getTime
 

Constructor Detail

EntityDisplayRequestEvent

public EntityDisplayRequestEvent(EventGenerator source,
                                 Entity entity)
Method Detail

getEntity

public Entity getEntity()
Gets the Entity that contains the message to display.

Specified by:
getEntity in interface ContainsEntityEvent

toString

public String toString()
Returns a String representation of this Event.

Specified by:
toString in interface DataManagerEvent
Specified by:
toString in class DataManagerEventAdapter


See the Helium Website