org.datamanager.event
Class SMTPSendRequestEvent

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

public class SMTPSendRequestEvent
extends DataManagerEventAdapter
implements RequestEvent, ContainsEntityEvent

This event indicates that the user has requested the transport of newly composed email message.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.datamanager.event.DataManagerEventAdapter
source, time
 
Constructor Summary
SMTPSendRequestEvent(EventGenerator source, Entity message)
          Create a new EmailDisplayRequestEvent.
 
Method Summary
 Entity getEntity()
          Get the Entity that contains the message to display.
 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

SMTPSendRequestEvent

public SMTPSendRequestEvent(EventGenerator source,
                            Entity message)
Create a new EmailDisplayRequestEvent.

Parameters:
message - the Entity containing the message to display
Method Detail

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