public abstract void dragGestureRecognized (DragGestureEvent dge)

This method is invoked by the DragGestureRecognizer when the DragGestureRecognizer detects a platform-dependent drag initiating gesture. To initiate the drag and drop operation, if appropriate, startDrag() method on the DragGestureEvent has to be invoked.

Parameters:
dge    the DragGestureEvent describing the gesture that has just occurred

See also:
java.awt.dnd.DragGestureRecognizer, java.awt.dnd.DragGestureEvent