|
|||||||||
| Home >> All >> javax >> servlet >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.servlet.http
Interface HttpSessionListener

- All Superinterfaces:
- java.util.EventListener
- public interface HttpSessionListener
- extends java.util.EventListener
Implementations of this interface are notified of changes to the list of active sessions in a web application. To receive notification events, the implementation class must be configured in the deployment descriptor for the web application.
- Since:
- v 2.3
| Method Summary | |
void |
sessionCreated(HttpSessionEvent se)
Notification that a session was created. |
void |
sessionDestroyed(HttpSessionEvent se)
Notification that a session is about to be invalidated. |
| Method Detail |
sessionCreated
public void sessionCreated(HttpSessionEvent se)
- Notification that a session was created.
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent se)
- Notification that a session is about to be invalidated.
|
|||||||||
| Home >> All >> javax >> servlet >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC