|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpSessionEvent | |
---|---|
javax.servlet.http |
Uses of HttpSessionEvent in javax.servlet.http |
---|
Subclasses of HttpSessionEvent in javax.servlet.http | |
---|---|
class |
HttpSessionBindingEvent
The event object for adding or removing a session object. |
Methods in javax.servlet.http with parameters of type HttpSessionEvent | |
---|---|
void |
HttpSessionListener.sessionCreated(HttpSessionEvent event)
Called after the session is created. |
void |
HttpSessionListener.sessionDestroyed(HttpSessionEvent event)
Called when the object is destroyed. |
void |
HttpSessionActivationListener.sessionDidActivate(HttpSessionEvent event)
Callback after the session activates. |
void |
HttpSessionActivationListener.sessionWillPassivate(HttpSessionEvent event)
Callback before the session passivates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |