javax.servlet.http
public interface HttpSessionActivationListener extends EventListener
Since: 2.3
Method Summary | |
---|---|
void | sessionDidActivate(HttpSessionEvent se) Notification that the session has just been activated. |
void | sessionWillPassivate(HttpSessionEvent se) Notification that the session is about to be passivated. |