Interface SessionBindingListener

  • All Superinterfaces:
    java.util.EventListener

    public interface SessionBindingListener
    extends java.util.EventListener
    Causes an object to be notified when it is bound to or unbound from a session.

    Created: 2017. 6. 25.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void valueBound​(Session session, java.lang.String name, java.lang.Object value)
      Notifies the object that it is being bound to a session and identifies the session.
      void valueUnbound​(Session session, java.lang.String name, java.lang.Object value)
      Notifies the object that it is being unbound from a session and identifies the session.