|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
Method Summary | |
void |
attributeAdded(HttpSessionBindingEvent se)
Notification that an attribute has been added to a session. |
void |
attributeRemoved(HttpSessionBindingEvent se)
Notification that an attribute has been removed from a session. |
void |
attributeReplaced(HttpSessionBindingEvent se)
Notification that an attribute has been replaced in a session. |
Method Detail |
public void attributeAdded(HttpSessionBindingEvent se)
public void attributeRemoved(HttpSessionBindingEvent se)
public void attributeReplaced(HttpSessionBindingEvent se)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |