public interface ServletContextAttributeListener extends EventListener(Code)
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.
See Also:ServletContextAttributeEvent since: v 2.3