org.jboss.jsr299.tck.tests.context.application
Class TestHttpSessionListener

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.context.application.TestHttpSessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class TestHttpSessionListener
extends Object
implements javax.servlet.http.HttpSessionListener


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

Constructor Detail

TestHttpSessionListener

public TestHttpSessionListener()
Method Detail

sessionCreated

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

sessionDestroyed

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


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