org.datamanager.event
Class StartedRetrievingEmailEvent

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

public class StartedRetrievingEmailEvent
extends DataManagerEventAdapter

Event fired whenever a Simpleton has started to retrieve email.

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

Field Summary
 
Fields inherited from class org.datamanager.event.DataManagerEventAdapter
source, time
 
Constructor Summary
StartedRetrievingEmailEvent(EventGenerator source, String description)
           
 
Method Summary
 String getDescription()
           
 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
 

Constructor Detail

StartedRetrievingEmailEvent

public StartedRetrievingEmailEvent(EventGenerator source,
                                   String description)
Method Detail

getDescription

public String getDescription()

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


See the Helium Website