org.jboss.jsr299.tck.tests.context.application
Class TestHttpSessionListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestHttpSessionListener
public TestHttpSessionListener()
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.