org.datamanager.event
Class EmailConfigurationRequestEvent

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

public class EmailConfigurationRequestEvent
extends DataManagerEventAdapter
implements RequestEvent

This event is used to notify any interested parties that the user wishes to configure their email parameters (username, password, host machine, mailbox name, access protocol). Handlers of this request are responsible for firing EmailParametersEnteredCollectorEvent-s after receiving user input.

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

Field Summary
 
Fields inherited from class org.datamanager.event.DataManagerEventAdapter
source, time
 
Constructor Summary
EmailConfigurationRequestEvent(EventGenerator source)
           
 
Method Summary
 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
 
Methods inherited from interface org.datamanager.event.DataManagerEvent
getSource, getTime
 

Constructor Detail

EmailConfigurationRequestEvent

public EmailConfigurationRequestEvent(EventGenerator source)
Method Detail

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