public class DestructionCallbackBindingListener
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Runnable |
destructionCallback |
Constructor and Description |
---|
DestructionCallbackBindingListener(java.lang.Runnable destructionCallback)
Create a new DestructionCallbackBindingListener for the given callback.
|
Modifier and Type | Method and Description |
---|---|
void |
valueBound(HttpSessionBindingEvent event) |
void |
valueUnbound(HttpSessionBindingEvent event) |
public DestructionCallbackBindingListener(java.lang.Runnable destructionCallback)
destructionCallback
- the Runnable to execute when this listener
object gets unbound from the session