org.datamanager.event
Class EmailReplyRequestEvent
java.lang.Object
|
+--org.datamanager.event.DataManagerEventAdapter
|
+--org.datamanager.event.EmailReplyRequestEvent
- All Implemented Interfaces:
- ContainsEntityEvent, DataManagerEvent, EntityValue, RequestEvent, Serializable
- public class EmailReplyRequestEvent
- extends DataManagerEventAdapter
- implements RequestEvent, ContainsEntityEvent
Event fired whenever a Simpleton has started to retrieve email.
- Version:
- $Revision: 1.3 $
- Author:
- Team Helium
- See Also:
- Serialized Form
EmailReplyRequestEvent
public EmailReplyRequestEvent(EventGenerator source,
Entity messageEntity)
getEntity
public Entity getEntity()
- Specified by:
getEntity in interface ContainsEntityEvent
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
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
See the Helium Website