Uses of Class
javax.servlet.http.HttpSessionEvent
-
Packages that use HttpSessionEvent Package Description javax.servlet.http -
-
Uses of HttpSessionEvent in javax.servlet.http
Subclasses of HttpSessionEvent in javax.servlet.http Modifier and Type Class Description classHttpSessionBindingEventEvents of this type are either sent to an object that implementsHttpSessionBindingListenerwhen it is bound or unbound from a session, or to aHttpSessionAttributeListenerthat has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.Methods in javax.servlet.http with parameters of type HttpSessionEvent Modifier and Type Method Description voidHttpSessionListener. sessionCreated(HttpSessionEvent se)Notification that a session was created.voidHttpSessionListener. sessionDestroyed(HttpSessionEvent se)Notification that a session was invalidated.voidHttpSessionActivationListener. sessionDidActivate(HttpSessionEvent se)Notification that the session has just been activated.voidHttpSessionActivationListener. sessionWillPassivate(HttpSessionEvent se)Notification that the session is about to be passivated.
-