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
GuiExportEvent
public GuiExportEvent(EventGenerator source,
GuiSimpletonInfo info)
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