Interface InputEventHandler

All Superinterfaces:
BrowserEventHandler

public interface InputEventHandler extends BrowserEventHandler
Input event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Input event handler
  • Method Details

    • onInput

      void onInput(BrowserEvent event)

      Input event handler

      The event handler will be called, when the user modifies an input field on a component.

      Parameters:
      event - The event object
      See Also: