public interface HttpSessionActivationListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
sessionDidActivate(HttpSessionEvent event)
This method is called to notify that the session has just been activated
|
void |
sessionWillPassivate(HttpSessionEvent event)
This method is called to notify that the session will soon be passivated
|
void sessionWillPassivate(HttpSessionEvent event)
event
- the event representing the upcoming passivationvoid sessionDidActivate(HttpSessionEvent event)
event
- the event representing the session activation