|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MouseController gets mouse 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 MouseListener.
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 mouse events.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |