| Package | Description | 
|---|---|
| com.caucho.config.scope | |
| javax.servlet.http | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DestructionListener. valueBound(HttpSessionBindingEvent event) | 
| void | DestructionListener. valueUnbound(HttpSessionBindingEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpSessionAttributeListener. attributeAdded(HttpSessionBindingEvent event)Callback after the session attribute has been added | 
| void | HttpSessionAttributeListener. attributeRemoved(HttpSessionBindingEvent event)Callback after the session attribute has been removed | 
| void | HttpSessionAttributeListener. attributeReplaced(HttpSessionBindingEvent event)Callback after the session attribute has been replaced | 
| void | HttpSessionBindingListener. valueBound(HttpSessionBindingEvent event)Called when the object is added to a session. | 
| void | HttpSessionBindingListener. valueUnbound(HttpSessionBindingEvent event)Called when the object is removed from a session or the session
 is invalidated. |