public interface HttpSessionActivationListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
sessionDidActivate(HttpSessionEvent event)
Callback after the session activates.
|
void |
sessionWillPassivate(HttpSessionEvent event)
Callback before the session passivates.
|
void sessionDidActivate(HttpSessionEvent event)
event
- the event for the session activationvoid sessionWillPassivate(HttpSessionEvent event)
event
- the event for the session passivation.