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