Package org.apache.openmeetings.util
Class OMContextListener
java.lang.Object
org.apache.openmeetings.util.OMContextListener
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(javax.servlet.ServletContextEvent arg0) voidcontextInitialized(javax.servlet.ServletContextEvent event)
-
Constructor Details
-
OMContextListener
public OMContextListener()
-
-
Method Details
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event) - Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent arg0) - Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-