-
-
Method Summary
Modifier and Type |
Method |
Description |
void |
mouseMoved(MouseEvent e) |
Invoked when the mouse button has been moved on a component
(with no buttons no down).
|
void |
mousePressed(MouseEvent e) |
Invoked when a mouse button has been pressed on a component.
|
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MouseHandler
public MouseHandler()