Interface DocumentChangedEvent.Handler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler, JadiceEventHandler
Enclosing class:
DocumentChangedEvent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DocumentChangedEvent.Handler extends JadiceEventHandler
Handles a new "current document".
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    React to changes of the current document
  • Method Details

    • onChange

      void onChange(DocumentChangedEvent event)
      React to changes of the current document
      Parameters:
      event - Information regarding the change