public class DragGestureEvent
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized() method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking. The action field of any DragGestureEvent instance should take one of the following values:

Assigning the value different from listed above will cause an unspecified behavior.

extends EventObject

See also:
java.awt.dnd.DragGestureRecognizer, java.awt.dnd.DragGestureListener, java.awt.dnd.DragSource, java.awt.dnd.DnDConstants