javax.servlet
public interface ServletContextAttributeListener extends EventListener
Since: Servlet 2.3
Version: $Rev: 46019 $ $Date: 2005/03/15 10:03:20 $
Method Summary | |
---|---|
void | attributeAdded(ServletContextAttributeEvent scab)
Notification that a new attribute was added to the servlet context.
|
void | attributeRemoved(ServletContextAttributeEvent scab)
Notification that an existing attribute has been removed from the
servlet context. |
void | attributeReplaced(ServletContextAttributeEvent scab)
Notification that an attribute on the servlet context has been
replaced. |