Interface CmsContainerpageController.I_ReloadHandler

Enclosing class:
CmsContainerpageController

Interface for classes that should be notified when container page elements are reloaded.
  • 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 element
      newElement - the replacement element that is currently on the page