javax.servlet
Interface ServletContextListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ReloadingClassLoader

public interface ServletContextListener
extends java.util.EventListener

Thrown when a change to the servletContext occurs.

Author:
Rick Knowles

Method Summary
 void contextDestroyed(ServletContextEvent sce)
           
 void contextInitialized(ServletContextEvent sce)
           
 

Method Detail

contextDestroyed

void contextDestroyed(ServletContextEvent sce)

contextInitialized

void contextInitialized(ServletContextEvent sce)


Copyright © 2013. All Rights Reserved.