org.datamanager.event
Class StoppedRetrievingEmailEvent

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

public class StoppedRetrievingEmailEvent
extends DataManagerEventAdapter

Event fired whenever a Simpleton has finished retrieving 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
StoppedRetrievingEmailEvent(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

StoppedRetrievingEmailEvent

public StoppedRetrievingEmailEvent(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