SessionEventListener Class
- public class SessionEventListener
extends Object
implements HttpSessionListener
Class is implemented as a HttpSessionListener, to fire SessionEvents upon
Session begin and end.
-
Hierarchy
-
Object
SessionEventListener
-
All Implemented Interfaces
-
EventListener
, HttpSessionListener
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionEventListener
public SessionEventListener()
sessionCreated(HttpSessionEvent) Method
public void sessionCreated(HttpSessionEvent
beginEvent)
Fire an event to indicate that sesion has begun.
sessionDestroyed(HttpSessionEvent) Method
public void sessionDestroyed(HttpSessionEvent
endEvent)
Fire an event to indicate that sesion has ended.