java.util.EventListener
public interface ServletContextAttributeListener
extends java.util.EventListener
ServletContextAttributeEvent
Modifier and Type | Method | Description |
---|---|---|
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 remved from the servlet context.
|
void |
attributeReplaced(ServletContextAttributeEvent scab) |
Notification that an attribute on the servlet context has been replaced.
|
void attributeAdded(ServletContextAttributeEvent scab)
void attributeRemoved(ServletContextAttributeEvent scab)
void attributeReplaced(ServletContextAttributeEvent scab)
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.