|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServletContextAttributeListener
Interface for a listener receiving events when any of the ServletContext attributes change.
Method Summary | |
---|---|
void |
attributeAdded(ServletContextAttributeEvent event)
Callback when a ServletContext attribute is added. |
void |
attributeRemoved(ServletContextAttributeEvent event)
Callback when a ServletContext attribute is removed. |
void |
attributeReplaced(ServletContextAttributeEvent event)
Callback when a ServletContext attribute is replaced. |
Method Detail |
---|
void attributeAdded(ServletContextAttributeEvent event)
event
- the event for the added attribute event.void attributeRemoved(ServletContextAttributeEvent event)
event
- the event for the removed attribute event.void attributeReplaced(ServletContextAttributeEvent event)
event
- the event for the replaced attribute event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |