public interface HttpSessionAttributeListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
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
|
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