Interface: javax.servlet.ServletContextAttributeListener

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:
@see javax.servlet.ServletContextAttributeEvent
Since:
@since v 2.3

Inheritance

Implements:

Methods