public interface HttpSessionActivationListener extends 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
- the HttpSessionEvent
indicating the passivation
of the sessiondefault void sessionDidActivate(HttpSessionEvent se)
se
- the HttpSessionEvent
indicating the activation
of the sessionCopyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.