javax.servlet.http
public interface HttpSessionActivationListener extends EventListener
Since: Servlet 2.3
Version: $Revision: 1.2 $ $Date: 2004/09/23 08:05:29 $
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. |