org.jboss.cdi.tck.tests.decorators.builtin.http.session
Class SessionListener

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.builtin.http.session.SessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

@WebListener
public class SessionListener
extends Object
implements javax.servlet.http.HttpSessionListener

Author:
Martin Kouba

Constructor Summary
SessionListener()
           
 
Method Summary
 void sessionCreated(javax.servlet.http.HttpSessionEvent se)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionListener

public SessionListener()
Method Detail

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener


Copyright © 2008-2012 Seam Framework. All Rights Reserved.