Interface ServletContextAttributeListener

All Superinterfaces:
EventListener

public interface ServletContextAttributeListener extends EventListener
Implementations of this interface receive notifications of changes to the attribute list on the servlet context of a web application. To receive notification events, the implementation class must be configured in the deployment descriptor for the web application.
Since:
Servlet 2.3
See Also: