public class KeyboardAdapter extends java.lang.Object implements KeyboardListener
| Constructor and Description |
|---|
KeyboardAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onKeyPressed(KeyboardEvent event) |
void |
onKeyReleased(KeyboardEvent event) |
public void onKeyPressed(KeyboardEvent event)
onKeyPressed in interface KeyboardListenerpublic void onKeyReleased(KeyboardEvent event)
onKeyReleased in interface KeyboardListener