Interface PageLayoutChangedEvent.Handler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler, JadiceEventHandler
Enclosing class:
PageLayoutChangedEvent

public static interface PageLayoutChangedEvent.Handler extends JadiceEventHandler
Handler for handling changes in the PageLayout for a document.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    React to changes of the PageLayout for a document
  • Method Details

    • onChange

      void onChange(PageLayoutChangedEvent event)
      React to changes of the PageLayout for a document
      Parameters:
      event - Information regarding the change, like old and new PageLayout