org.datamanager.event
Class EmailDisplayRequestEvent
java.lang.Object
|
+--org.datamanager.event.DataManagerEventAdapter
|
+--org.datamanager.event.EmailDisplayRequestEvent
- All Implemented Interfaces:
- ContainsEntityEvent, DataManagerEvent, EntityValue, RequestEvent, Serializable
- public class EmailDisplayRequestEvent
- extends DataManagerEventAdapter
- implements RequestEvent, ContainsEntityEvent
This event indicates that the user has requested the display of an email
message.
- Author:
- Matt Liggett
- See Also:
- Serialized Form
|
Method Summary |
Entity |
getEntity()
Get the Entity that contains the message to display. |
String |
toString()
Report a String representation of the event. |
EmailDisplayRequestEvent
public EmailDisplayRequestEvent(EventGenerator source,
Entity message)
- Create a new EmailDisplayRequestEvent.
- Parameters:
message - the Entity containing the message to display
getEntity
public Entity getEntity()
- Get the Entity that contains the message to display.
- 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
See the Helium Website