Interface I_CmsPropertyUpdateHandler
- All Known Implementing Classes:
CmsStatusIconUpdateHandler
public interface I_CmsPropertyUpdateHandler
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 TypeMethodDescriptionvoid
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