Schnittstelle SessionBindingListener
public interface SessionBindingListener
This interface is modelled after
 javax.servlet.http.HttpSessionBindingListener.
- Version:
- $Id$
- Autor:
- Daniel Rall
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidvalueBound(SessionBindingEvent event) Notifies the object that it is being bound to a session and identifies the session.voidvalueUnbound(SessionBindingEvent event) Notifies the object that it is being unbound from a session and identifies the session.
- 
Methodendetails- 
valueBoundNotifies the object that it is being bound to a session and identifies the session.- Parameter:
- event- A SessionBindingEvent object.
 
- 
valueUnboundNotifies the object that it is being unbound from a session and identifies the session.- Parameter:
- event- A SessionBindingEvent object.
 
 
-