@FunctionalInterface
public static interface IKeyboard.KeyTypedListener
extends java.util.EventListener
IKeyboard.onKeyTyped(KeyTypedListener),
IKeyboard.onKeyTyped(int, KeyTypedListener),
KeyListener.keyTyped(KeyEvent)| Modifier and Type | Method and Description |
|---|---|
void |
keyTyped(java.awt.event.KeyEvent event)
Invoked when a key has been typed.
|