public interface KeyListener extends EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
actionkeyPressed(KeyEvent e)
An ACTION_KEY_PRESS event was dispatched.
|
void |
keyPressed(KeyEvent e)
A KEY_PRESS event was dispatched.
|
void |
specialkeyPressed(KeyEvent e)
A SPECIAL_KEY_PRESS event was dispatched.
|