javax.servlet
Interface ServletContextAttributeListener
- All Superinterfaces:
- java.util.EventListener
public interface ServletContextAttributeListener
- extends java.util.EventListener
Listens for changes to the context attributes.
- Author:
- Rick Knowles
attributeAdded
void attributeAdded(ServletContextAttributeEvent scab)
attributeRemoved
void attributeRemoved(ServletContextAttributeEvent scab)
attributeReplaced
void attributeReplaced(ServletContextAttributeEvent scab)
Copyright © 2013. All Rights Reserved.