public interface InputHandler
extends com.google.gwt.event.shared.EventHandler
InputEvent
s.Modifier and Type | Method and Description |
---|---|
void |
onInput(InputEvent event)
Called when an
InputEvent is fired. |
void onInput(InputEvent event)
InputEvent
is fired.event
- the InputEvent
that was fired.Copyright © 2018 Vaadin Ltd. All rights reserved.