java.awt.event
public interface MouseMotionListener extends EventListener
Since: 1.1
See Also: MouseMotionAdapter MouseEvent
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
void | mouseDragged(MouseEvent event)
This method is called when the mouse is moved over a component
while a button has been pressed.
|
void | mouseMoved(MouseEvent event)
This method is called when the mouse is moved over a component
while no button is pressed.
|
Parameters: event the MouseEvent
indicating the motion
Parameters: event the MouseEvent
indicating the motion