Uses of Class javax.servlet.http.HttpSessionEvent

Uses in package javax.servlet.http

Classes derived from javax.servlet.http.HttpSessionEvent

class
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.

Methods with parameter type javax.servlet.http.HttpSessionEvent

void
Notification that a session was created.
void
Notification that a session is about to be invalidated.
void
Notification that the session has just been activated.
void
Notification that the session is about to be passivated.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.