Package org.opencms.ade.publish.client
Interface I_CmsPublishItemStatusUpdateHandler
- All Known Implementing Classes:
CmsPublishSelectPanel
public interface I_CmsPublishItemStatusUpdateHandler
Interface used for processing publish item status changes.
- Since:
- 8.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(org.opencms.util.CmsUUID id, CmsPublishItemStatus status) Processes a status change.
-
Method Details
-
update
Processes a status change.- Parameters:
id
- the id of the publish item whose status has changedstatus
- the new status
-