|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface IMouseWheelable: Should be implemented by all components that want to listen to mouse wheel rotations.
Revision History:
v1.0 (Apr. 11, 2004) - Created the IMouseWheelable interface
| Method Summary | |
void |
processMouseWheel(int numClicks)
Processes the mouse wheel rotation. |
| Method Detail |
public void processMouseWheel(int numClicks)
numClicks - The number of clicks the wheel was rotated. A
negative value means the wheel was rotated away from the user,
and positive means it was rotated towards the user.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||