org.datamanager.event
Class AttachLinkEvent
java.lang.Object
|
+--org.datamanager.event.DataManagerEventAdapter
|
+--org.datamanager.event.AttachLinkEvent
- All Implemented Interfaces:
- ContainsEntityEvent, DataManagerEvent, EntityEvent, EntityValue, KernelEvent, LinkEvent, Serializable
- public class AttachLinkEvent
- extends DataManagerEventAdapter
- implements LinkEvent, ContainsEntityEvent
This event is fired when Entity.attach()
is invoked.
- Author:
- Matthew Farrellee
- See Also:
- Serialized Form
|
Method Summary |
Entity |
getEntity()
Reports the Entity that was attached. |
String |
toString()
A toString() method to provide a meaningful String
representation of this event. |
AttachLinkEvent
public AttachLinkEvent(EventGenerator source,
Entity attachedEntity)
- The public constructor used to create an
AttachLinkEvent.
- Parameters:
source - The source of this event. Usually 'this'.attachedEntity - The Entity that was attached.
getEntity
public Entity getEntity()
- Reports the
Entity that was attached.
- Specified by:
getEntity in interface ContainsEntityEvent
- Returns:
- The
Entity that was attached.
toString
public String toString()
- A toString() method to provide a meaningful
String
representation of this event.
- Specified by:
toString in interface DataManagerEvent- Specified by:
toString in class DataManagerEventAdapter
- Returns:
- A meaningful
String representation
of this event.
See the Helium Website