org.datamanager.simpleton
Class TouchgraphEmailDisplaySimpleton
java.lang.Object
|
+--org.datamanager.kernel.Simpleton
|
+--org.datamanager.kernel.GuiSimpleton
|
+--org.datamanager.simpleton.TouchgraphEmailDisplaySimpleton
- All Implemented Interfaces:
- EventHandler
- public class TouchgraphEmailDisplaySimpleton
- extends GuiSimpleton
- implements EventHandler
Provides a GuiSimpleton containing a TouchgraphEntityDisplayPanel
that displays TouchgraphEntityNodes.
Email message Entities are found for display by searching
the Pool for existing message Entities as well as listening
for AddEntityEvents that contain message Entities.
|
Method Summary |
String |
getTitle()
|
void |
handle(DataManagerEvent dataManagerEvent)
Adds the email message specified in the event
to a TouchgraphEmailDisplay. |
void |
process()
Subscribes to the pool to hear about new entities and
searches the pool for existing entities. |
TouchgraphEmailDisplaySimpleton
public TouchgraphEmailDisplaySimpleton()
process
public void process()
- Subscribes to the pool to hear about new entities and
searches the pool for existing entities. Starts the
GuiComponent that is this GuiSimpleton.
- Specified by:
process in class Simpleton
handle
public void handle(DataManagerEvent dataManagerEvent)
- Adds the email message specified in the event
to a TouchgraphEmailDisplay.
- Specified by:
handle in interface EventHandler
- Parameters:
dataManagerEvent - The event to handle.
getTitle
public String getTitle()
See the Helium Website