Package org.opencms.ade.publish.client
Interface I_CmsPublishSelectionChangeHandler
- All Known Implementing Classes:
CmsPublishSelectPanel
public interface I_CmsPublishSelectionChangeHandler
Interface for objects which should handle changes in the selection of resources to publish.
- Since:
- 8.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The method that will be called when the publish resource selection has changed.
-
Method Details
-
onChangePublishSelection
void onChangePublishSelection()The method that will be called when the publish resource selection has changed.
-