Generated by
JDiff

Interface java.awt.event.MouseMotionListener

Documentation changed from old to new.

Changed Methods
void mouseDragged(MouseEvent) Documentation changed from old to new.
Invoked when a mouse button is pressed on a component and then dragged.
void mouseMoved(MouseEvent) Documentation changed from old to new.
Invoked when the mouse button has been moved on a component (with no buttons down).