Interface SessionBindingEvent
public interface SessionBindingEvent
This interface is modelled after
jakarta.servlet.http.HttpSessionBindingListener.
- Version:
- $Id$
- Author:
- Daniel Rall
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name with which the object is bound to or unbound from the session.Returns the session to or from which the object is bound or unbound.