Interface I_CmsSessionDestroyHandler

All Known Implementing Classes:
CmsUgcSession

Interface used for notifying objects stored in a session when the session is destroyed.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when the session in which this object is stored as an attribute is destroyed.
  • Method Details

    • onSessionDestroyed

      This method is called when the session in which this object is stored as an attribute is destroyed.