|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface KeyListener
must be
implemented by components that want to receive
key events when a key was pressed.
Method Summary | |
void |
onKeyEvent(KeyEvent e)
Every time a key event is fired, this method will be called. |
Method Detail |
public void onKeyEvent(KeyEvent e)
e
- The key event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |