SilverStream
Application Server 3.5

com.sssw.srv.busobj
Class AgoMailEvent

java.lang.Object
 |
 +--java.util.EventObject
       |
       +--com.sssw.srv.busobj.AgoBusinessObjectEvent
             |
             +--com.sssw.srv.busobj.AgoMailEvent
All Implemented Interfaces:
Serializable

public class AgoMailEvent
extends AgoBusinessObjectEvent

An instance of this class is passed to each mail received event fired.

It provides access to the mail message, or to any other information about the the current session, the SilverStream Server, or an AgaData object.

See Also:
AgiMailListener, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AgoMailEvent()
           
 
Method Summary
 AgoMailMessage getMessage()
          Return the message associated with this event
 
Methods inherited from class com.sssw.srv.busobj.AgoBusinessObjectEvent
getAgaData, getDatabase, getDatabaseURL, getServer, getSession, getUser, runAgData, updateTransactionally, userInGroup
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgoMailEvent

public AgoMailEvent()
Method Detail

getMessage

public AgoMailMessage getMessage()
Return the message associated with this event
Usage:

The AgoMailMessage object that is returned provides a simple API to access a received email message.

Example:
     AgoMailMessage msg = evt.getMessage();
 
See Also:
AgoMailMessage

SilverStream
Application Server 3.5