org.deltava.servlet.lifecycle
Class UserListener
java.lang.Object
org.deltava.servlet.lifecycle.UserListener
- All Implemented Interfaces:
- EventListener, HttpSessionListener
public class UserListener
- extends Object
- implements HttpSessionListener
A servlet lifecycle event listener to handle user logins and logouts.
- Since:
- 1.0
- Version:
- 3.1
- Author:
- Luke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserListener
public UserListener()
sessionCreated
public void sessionCreated(HttpSessionEvent e)
- Called on the creation of a new HTTP session.
- Specified by:
sessionCreated in interface HttpSessionListener
- Parameters:
e - the lifecycle event
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent e)
- Called on the termination of an HTTP session.
- Specified by:
sessionDestroyed in interface HttpSessionListener
- Parameters:
e - the lifecycle event
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.