|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
KeyController gets keyboard input and sends it to its listener.
The implementation of this interface depends on different java application platforms. For example, on the swing platform, it should be implemented as a KeyListener.
Method Summary | |
void |
registerController(Controller controller)
Register a Controller object as its listener. |
Method Detail |
public void registerController(Controller controller)
controller
- Controller object that wants to get key events.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |