org.sonar.web.listeners
Class ApplicationListener

java.lang.Object
  extended by org.sonar.web.listeners.ApplicationListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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


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

Constructor Detail

ApplicationListener

public ApplicationListener()
Method Detail

contextInitialized

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

contextDestroyed

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


Copyright © 2007-2008 hortis. All Rights Reserved.