public interface HttpSessionAttributeListener
extends java.util.EventListener
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
void attributeAdded(HttpSessionBindingEvent se)
se - Information about the added attributevoid attributeRemoved(HttpSessionBindingEvent se)
se - Information about the removed attributevoid attributeReplaced(HttpSessionBindingEvent se)
se - Information about the replaced attributeCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.