java.awt.dnd
Interface DragGestureListener
java.lang.Object
|
+--java.util.EventListener
|
+--java.awt.dnd.DragGestureListener
All Implemented Interfaces:
EventListener
This is a listener for starting a drag-and-drop gesture. Upon receiving
notification, the implementor then starts the drag operation.
Since:Author:- Eric Blake <ebb9@email.byu.edu>
See Also:
dragGestureRecognized
public void dragGestureRecognized(java.awt.dnd.DragGestureEvent e)
Called when the native platform notifies the virtual machine that a
drag-and-drop has been initiated.
Parameters: