Interface HttpSessionBindingListener

  • All Superinterfaces:
    java.util.EventListener

    public interface HttpSessionBindingListener
    extends java.util.EventListener
    Causes an object to be notified when it is bound to or unbound from a session. The object is notified by an HttpSessionBindingEvent object.
    Version:
    $Version$
    Author:
    Various
    See Also:
    HttpSession, HttpSessionBindingEvent