|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpSessionAttributeListener
Interface for a listener receiving events when a session is created or displayed.
| Method Summary | |
|---|---|
void |
attributeAdded(HttpSessionBindingEvent event)
Callback after the session attribute has been added |
void |
attributeRemoved(HttpSessionBindingEvent event)
Callback after the session attribute has been removed |
void |
attributeReplaced(HttpSessionBindingEvent event)
Callback after the session attribute has been replaced |
| Method Detail |
|---|
void attributeAdded(HttpSessionBindingEvent event)
event - the event for the session attribute changevoid attributeRemoved(HttpSessionBindingEvent event)
event - the event for the session attribute changevoid attributeReplaced(HttpSessionBindingEvent event)
event - the event for the session attribute change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||