Interface MutableSectionModelController
-
- All Known Implementing Classes:
AbstractEditorAreaController,AdminBundleCockpitPopupEditorAreaControllerImpl,AdmincockpitPopupEditorAreaControllerImpl,CmsEditorAreaControllerImpl,CmsPopupEditorAreaControllerImpl,DefaultEditorAreaController,DefaultPopupEditorAreaController,EditorAreaControllerImpl,PopupEditorAreaControllerImpl,SubscriptionbundlecockpitsPopupEditorAreaControllerImpl,UrlPopupEditorAreaControllerImpl
public interface MutableSectionModelController"Addon" forEditorAreaControllerthat allows reacting on "hard-changes" at aSectionPanel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSectionAdded(SectionPanelEvent event)voidonSectionRemoved(SectionPanelEvent event)voidonSectionRenamed(SectionPanelEvent event)
-
-
-
Method Detail
-
onSectionRemoved
void onSectionRemoved(SectionPanelEvent event)
-
onSectionAdded
void onSectionAdded(SectionPanelEvent event)
-
onSectionRenamed
void onSectionRenamed(SectionPanelEvent event)
-
-