public interface ServletContextListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent event)
Callback when a ServletContext is destroyed
|
void |
contextInitialized(ServletContextEvent event)
Callback when a ServletContext is initialized
|
void contextInitialized(ServletContextEvent event)
event
- the event for the context initializationvoid contextDestroyed(ServletContextEvent event)
event
- the event for the context destruction