Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » [javadoc | source]
org.apache.catalina
public final class: SessionEvent [javadoc | source]
java.lang.Object
   java.util.EventObject
      org.apache.catalina.SessionEvent

All Implemented Interfaces:
    Serializable

General event for notifying listeners of significant changes on a Session.
Constructor:
 public SessionEvent(Session session,
    String type,
    Object data) 
    Construct a new SessionEvent with the specified parameters.
    Parameters:
    session - Session on which this event occurred
    type - Event type
    data - Event data
Method from org.apache.catalina.SessionEvent Summary:
getData,   getSession,   getType,   toString
Methods from java.util.EventObject:
getSource,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.SessionEvent Detail:
 public Object getData() 
    Return the event data of this event.
 public Session getSession() 
    Return the Session on which this event occurred.
 public String getType() 
    Return the event type of this event.
 public String toString() 
    Return a string representation of this event.