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