Interface SessionBindingListener

    • Method Detail

      • valueBound

        void valueBound​(SessionBindingEvent event)
        Notifies the object that it is being bound to a session and identifies the session.
        Parameters:
        event - A SessionBindingEvent object.
      • valueUnbound

        void valueUnbound​(SessionBindingEvent event)
        Notifies the object that it is being unbound from a session and identifies the session.
        Parameters:
        event - A SessionBindingEvent object.