org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint
Class TestListener

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.TestListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

@Vetoed
@WebListener
public class TestListener
extends Object
implements javax.servlet.ServletContextListener


Constructor Summary
TestListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestListener

public TestListener()
Method Detail

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener


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