Interface SessionBindingNotifier


  • public interface SessionBindingNotifier
    Notifies attributes of a session implementing session binding listener.
    Author:
    Paul Ferraro
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void bound()
      Notifies all attributes that they are being unbound from a given session.
      void unbound()
      Notifies all attributes that they are being unbound from a given session.
    • Method Detail

      • bound

        void bound()
        Notifies all attributes that they are being unbound from a given session.
      • unbound

        void unbound()
        Notifies all attributes that they are being unbound from a given session.