public interface KeyDownHandler extends EventHandler
KeyDownEvent
events.Modifier and Type | Method and Description |
---|---|
void |
onKeyDown(KeyDownEvent event)
Called when
KeyDownEvent is fired. |
void onKeyDown(KeyDownEvent event)
KeyDownEvent
is fired.event
- the KeyDownEvent
that was fired