Interface SessionActivationNotifier

  • All Known Implementing Classes:
    ImmutableSessionActivationNotifier

    public interface SessionActivationNotifier
    Notifies attributes of a session implementing session activation listener.
    Author:
    Paul Ferraro
    • Method Detail

      • prePassivate

        void prePassivate()
        Notifies interested attributes that they will be passivated.
      • postActivate

        void postActivate()
        Notifies interested attributes that they are were activated.