|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServletContextListener
Interface for a listener receiving events when the ServletContext changes.
Method Summary | |
---|---|
void |
contextDestroyed(ServletContextEvent event)
Callback when a ServletContext is destroyed |
void |
contextInitialized(ServletContextEvent event)
Callback when a ServletContext is initialized |
Method Detail |
---|
void contextInitialized(ServletContextEvent event)
event
- the event for the context initializationvoid contextDestroyed(ServletContextEvent event)
event
- the event for the context destruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |