Interface InputHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface InputHandler extends com.google.gwt.event.shared.EventHandler
Handler for InputEvent events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a change event is fired.
  • Method Details

    • onInput

      void onInput(InputEvent event)
      Called when a change event is fired.
      Parameters:
      event - the InputEvent that was fired