net.sf.imca.web
Class ImcaContextListener

java.lang.Object
  extended by net.sf.imca.web.ImcaContextListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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

Listener to be used buy the Servlet Container. This is used to run the init and destroy code for the IMCA Application.

Author:
dougculnane

Constructor Summary
ImcaContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent arg0)
          Called by container when context is destroyed.
 void contextInitialized(javax.servlet.ServletContextEvent arg0)
          Called by container when context is initialized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImcaContextListener

public ImcaContextListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent arg0)
Called by container when context is initialized.

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
Called by container when context is destroyed.

Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.