public interface HttpSessionAttributeListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
attributeAdded(HttpSessionBindingEvent event)
Indicates that an attribute has been added to a session
|
void |
attributeRemoved(HttpSessionBindingEvent event)
Indicates that an attribute has been removed from a session
|
void |
attributeReplaced(HttpSessionBindingEvent event)
Indicates that an attribute has been replaced in a session
|
void attributeAdded(HttpSessionBindingEvent event)
void attributeRemoved(HttpSessionBindingEvent event)
void attributeReplaced(HttpSessionBindingEvent event)