java.util.EventListenerpublic interface HttpSessionAttributeListener
extends java.util.EventListener
| Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.