public interface HttpSessionActivationListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
default void |
sessionDidActivate(HttpSessionEvent se)
Notification that the session has just been activated.
|
default void |
sessionWillPassivate(HttpSessionEvent se)
Notification that the session is about to be passivated.
|
default void sessionWillPassivate(HttpSessionEvent se)
se
- Information about the session this is about to be passivateddefault void sessionDidActivate(HttpSessionEvent se)
se
- Information about the session this has just been activatedCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.