Package | Description |
---|---|
javax.servlet.http |
Modifier and Type | Class and Description |
---|---|
class |
HttpSessionBindingEvent
The event object for adding or removing a session object.
|
Modifier and Type | Method and Description |
---|---|
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.
|