Interface CmsContainerpageController.I_ReloadHandler
- Enclosing class:
CmsContainerpageController
public static interface CmsContainerpageController.I_ReloadHandler
Interface for classes that should be notified when container page elements are reloaded.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfinish()Called after all other onReload calls for the current operation.voidonReload(CmsContainerPageElementPanel oldElement, CmsContainerPageElementPanel newElement) Is called when an element has been replaced on the page.
-
Method Details
-
finish
void finish()Called after all other onReload calls for the current operation. -
onReload
Is called when an element has been replaced on the page.- Parameters:
oldElement- the old elementnewElement- the replacement element that is currently on the page
-