Interface I_CmsPropertyUpdateHandler

All Known Implementing Classes:
CmsStatusIconUpdateHandler

Handler class for property updates which are caused by the user editing the properties of a sitemap entries.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handlePropertyUpdate(org.opencms.ade.sitemap.shared.CmsClientSitemapEntry entry)
    This method is called when the properties of the entry are updated because the user edited this or another entry.
  • Method Details

    • handlePropertyUpdate

      void handlePropertyUpdate(org.opencms.ade.sitemap.shared.CmsClientSitemapEntry entry)
      This method is called when the properties of the entry are updated because the user edited this or another entry.

      Parameters:
      entry - the entry for whom the properties are being updated