org.deltava.servlet.lifecycle
Class UserListener

java.lang.Object
  extended by 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

Constructor Summary
UserListener()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent e)
          Called on the creation of a new HTTP session.
 void sessionDestroyed(HttpSessionEvent e)
          Called on the termination of an HTTP session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListener

public UserListener()
Method Detail

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.