org.datamanager.event
Class GuiExportEvent

java.lang.Object
  |
  +--org.datamanager.event.DataManagerEventAdapter
        |
        +--org.datamanager.event.GuiExportEvent
All Implemented Interfaces:
CollectorEvent, DataManagerEvent, EntityValue, Serializable

public class GuiExportEvent
extends DataManagerEventAdapter
implements CollectorEvent

This event notifies interested GuiCollector subscribers that there is a new Component to be added.

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

Field Summary
 
Fields inherited from class org.datamanager.event.DataManagerEventAdapter
source, time
 
Constructor Summary
GuiExportEvent(EventGenerator source, GuiSimpletonInfo info)
           
 
Method Summary
 GuiSimpletonInfo getGuiSimpletonInfo()
           
 String toString()
          Report a String representation of the 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

GuiExportEvent

public GuiExportEvent(EventGenerator source,
                      GuiSimpletonInfo info)
Method Detail

getGuiSimpletonInfo

public GuiSimpletonInfo getGuiSimpletonInfo()

toString

public String toString()
Description copied from interface: DataManagerEvent
Report a String representation of the event.

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