org.apache.geronimo.samples.daytrader.web
Class TradeWebContextListener

java.lang.Object
  extended by org.apache.geronimo.samples.daytrader.web.TradeWebContextListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class TradeWebContextListener
extends Object
implements ServletContextListener


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

Constructor Detail

TradeWebContextListener

public TradeWebContextListener()
Method Detail

contextInitialized

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

contextDestroyed

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


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.