Interface SessionActivationNotifier

All Known Implementing Classes:
ImmutableSessionActivationNotifier

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

    Modifier and Type
    Method
    Description
    void
    Notifies interested attributes that they are were activated.
    void
    Notifies interested attributes that they will be passivated.
  • Method Details

    • prePassivate

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

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