| java.lang.Object java.util.EventObject org.apache.catalina.SessionEvent
SessionEvent | final public class SessionEvent extends EventObject (Code) | | General event for notifying listeners of significant changes on a Session.
author: Craig R. McClanahan version: $Revision: 1.1 $ $Date: 2001/07/29 03:43:54 $ |
SessionEvent | public SessionEvent(Session session, String type, Object data)(Code) | | Construct a new SessionEvent with the specified parameters.
Parameters: session - Session on which this event occurred Parameters: type - Event type Parameters: data - Event data |
getData | public Object getData()(Code) | | Return the event data of this event.
|
getSession | public Session getSession()(Code) | | Return the Session on which this event occurred.
|
getType | public String getType()(Code) | | Return the event type of this event.
|
toString | public String toString()(Code) | | Return a string representation of this event.
|
|
|