MouseMotionListener.mouseDragged

MouseMotionListener.mouseDragged

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void mouseDragged( MouseEvent e )
Description
Invoked when a mouse button is pressed on a component and then dragged. Mouse drag events will continue to be delivered to the component where the first originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the component).