com.armatiek.infofuze.web.listener
Class WebAppEventListener

java.lang.Object
  extended by com.armatiek.infofuze.web.listener.WebAppEventListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class WebAppEventListener
extends java.lang.Object
implements javax.servlet.ServletContextListener

Author:
Maarten Kroon

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

Constructor Detail

WebAppEventListener

public WebAppEventListener()
Method Detail

contextInitialized

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

contextDestroyed

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