public class

DestructionCallbackBindingListener

extends Object
implements Serializable HttpSessionBindingListener
java.lang.Object
   ↳ org.springframework.web.context.request.DestructionCallbackBindingListener

Class Overview

Adapter that implements the Servlet 2.3 HttpSessionBindingListener interface, wrapping a session destruction callback.

Summary

Public Constructors
DestructionCallbackBindingListener(Runnable destructionCallback)
Create a new DestructionCallbackBindingListener for the given callback.
Public Methods
void valueBound(HttpSessionBindingEvent event)
void valueUnbound(HttpSessionBindingEvent event)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.http.HttpSessionBindingListener

Public Constructors

public DestructionCallbackBindingListener (Runnable destructionCallback)

Create a new DestructionCallbackBindingListener for the given callback.

Parameters
destructionCallback the Runnable to execute when this listener object gets unbound from the session

Public Methods

public void valueBound (HttpSessionBindingEvent event)

public void valueUnbound (HttpSessionBindingEvent event)