java.awt.dnd
Interface DragGestureListener

All Superinterfaces:
EventListener

public interface DragGestureListener
extends EventListener

This is a listener for starting a drag-and-drop gesture. Upon receiving notification, the implementor then starts the drag operation.

Since:
1.2
See Also:
DragGestureRecognizer, DragGestureEvent, DragSource

Method Summary
 void dragGestureRecognized(DragGestureEvent e)
          Called when the native platform notifies the virtual machine that a drag-and-drop has been initiated.
 

Method Detail

dragGestureRecognized

void dragGestureRecognized(DragGestureEvent e)
Called when the native platform notifies the virtual machine that a drag-and-drop has been initiated.

Parameters:
e - the event