javax.servlet.http
public interface HttpSessionListener extends EventListener
Since: v 2.3
See Also: HttpSessionEvent
| 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. |
Parameters: se the notification event
Parameters: se the notification event