Package org.omnifaces.eventlistener
Class DefaultServletContextListener
- 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 void
contextDestroyed(ServletContextEvent sce)
void
contextInitialized(ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(ServletContextEvent sce)
- Specified by:
contextInitialized
in interfaceServletContextListener
-
contextDestroyed
public void contextDestroyed(ServletContextEvent sce)
- Specified by:
contextDestroyed
in interfaceServletContextListener
-
-