org.datamanager.simpleton
Class BasicEmailSearchViewerSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.kernel.GuiSimpleton
              |
              +--org.datamanager.simpleton.BasicEmailSearchViewerSimpleton
All Implemented Interfaces:
EventHandler

public class BasicEmailSearchViewerSimpleton
extends GuiSimpleton
implements EventHandler

Provides a basic interface for viewing email search results.


Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
BasicEmailSearchViewerSimpleton()
           
 
Method Summary
 void handle(DataManagerEvent dataManagerEvent)
          Adds the email messages (specified inside the SearchResultsEntity) to a TabularEmailDisplay.
 void process()
          Subscribes to the pool to hear SearchResultsFoundEvents.
 
Methods inherited from class org.datamanager.kernel.GuiSimpleton
dispose, exportComponent, exportComponent
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getInformation, getPriority, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicEmailSearchViewerSimpleton

public BasicEmailSearchViewerSimpleton()
Method Detail

process

public void process()
Subscribes to the pool to hear SearchResultsFoundEvents.

Specified by:
process in class Simpleton

handle

public void handle(DataManagerEvent dataManagerEvent)
Adds the email messages (specified inside the SearchResultsEntity) to a TabularEmailDisplay.

Specified by:
handle in interface EventHandler
Parameters:
dataManagerEvent - The event to handle.


See the Helium Website