| 
 | Servlet 3.0 - Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HttpSessionAttributeListener
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
| Method Summary | |
|---|---|
|  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. | 
| Method Detail | 
|---|
void attributeAdded(HttpSessionBindingEvent se)
void attributeRemoved(HttpSessionBindingEvent se)
void attributeReplaced(HttpSessionBindingEvent se)
| 
 | Servlet 3.0 - Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||