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