Interface MediaChangedEvent.Handler

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

public static interface MediaChangedEvent.Handler extends JadiceEventHandler
Handler for handling changes of the visible area of a document
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    React to changes in the visible area of a document
  • Method Details

    • onChange

      void onChange(MediaChangedEvent event)
      React to changes in the visible area of a document
      Parameters:
      event - Information regarding the change, like old and new visible Rectangle