- java.lang.Object
-
- org.omnifaces.eventlistener.DefaultServletContextListener
-
- All Implemented Interfaces:
ServletContextListener,EventListener
- Direct Known Subclasses:
ApplicationListener
public abstract class DefaultServletContextListener extends Object implements ServletContextListener
Default implementation for the SystemEventListener interface.- Since:
- 1.4
- Author:
- Arjan Tijms
-
-
Constructor Summary
Constructors Constructor Description DefaultServletContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(ServletContextEvent sce)voidcontextInitialized(ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(ServletContextEvent sce)
- Specified by:
contextInitializedin interfaceServletContextListener
-
contextDestroyed
public void contextDestroyed(ServletContextEvent sce)
- Specified by:
contextDestroyedin interfaceServletContextListener
-
-