Interface SessionBindingNotifier


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

    Modifier and Type
    Method
    Description
    void
    Notifies all attributes that they are being unbound from a given session.
    void
    Notifies all attributes that they are being unbound from a given session.
  • Method Details

    • 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.