Home » apache-tomcat-6.0.26-src » javax » servlet » http » [javadoc | source]
javax.servlet.http
public class: HttpSessionEvent [javadoc | source]
java.lang.Object
   java.util.EventObject
      javax.servlet.http.HttpSessionEvent

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    HttpSessionBindingEvent

This is the class representing event notifications for changes to sessions within a web application.
Fields inherited from java.util.EventObject:
source
Constructor:
 public HttpSessionEvent(HttpSession source) 
    Construct a session event from the given source.
Method from javax.servlet.http.HttpSessionEvent Summary:
getSession
Methods from java.util.EventObject:
getSource,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.servlet.http.HttpSessionEvent Detail:
 public HttpSession getSession() 
    Return the session that changed.