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
|
Method Summary |
String |
toString()
Report a String representation of the event. |
EmailConfigurationRequestEvent
public EmailConfigurationRequestEvent(EventGenerator source)
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