org.datamanager.event
Class EmailParametersEnteredCollectorEvent

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

public class EmailParametersEnteredCollectorEvent
extends DataManagerEventAdapter
implements CollectorEvent, ContainsEntityEvent

Objects of this class encapsulate a collection of parameters determining a network connection to a remote machine holding a mailbox for a particular user. The parameters are: username, password, email host machine, email access protocol (imap, pop3, smtp), and mailbox. These parameters are enclosed within an Entity object.

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

Field Summary
 
Fields inherited from class org.datamanager.event.DataManagerEventAdapter
source, time
 
Constructor Summary
EmailParametersEnteredCollectorEvent(EventGenerator source, Entity emailParametersEntity)
          Initializes this event with its generator's reference and an Entity containing the collected email parameters needed for connecting to a specific email data store.
 
Method Summary
 Entity getEntity()
          Reports the entity contained within this event.
 String toString()
          Reports a string representation of this 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
 
Methods inherited from interface org.datamanager.event.DataManagerEvent
getSource, getTime
 

Constructor Detail

EmailParametersEnteredCollectorEvent

public EmailParametersEnteredCollectorEvent(EventGenerator source,
                                            Entity emailParametersEntity)
Initializes this event with its generator's reference and an Entity containing the collected email parameters needed for connecting to a specific email data store.

Method Detail

getEntity

public Entity getEntity()
Reports the entity contained within this event.

Specified by:
getEntity in interface ContainsEntityEvent

toString

public String toString()
Reports a string representation of this event.

Specified by:
toString in interface DataManagerEvent
Specified by:
toString in class DataManagerEventAdapter


See the Helium Website