org.sonar.server.platform
Class PlatformLifecycleListener

java.lang.Object
  extended by org.sonar.server.platform.PlatformLifecycleListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public final class PlatformLifecycleListener
extends Object
implements javax.servlet.ServletContextListener


Constructor Summary
PlatformLifecycleListener()
           
 
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

PlatformLifecycleListener

public PlatformLifecycleListener()
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 © 2009-2011 SonarSource. All Rights Reserved.