java.util.EventListener
public interface HttpSessionActivationListener
extends java.util.EventListener
Modifier and Type | Method | Description |
---|---|---|
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.
|
void sessionWillPassivate(HttpSessionEvent se)
void sessionDidActivate(HttpSessionEvent se)
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.