Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.dnd

Interface DragGestureListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--java.awt.dnd.DragGestureListener

All Implemented Interfaces:

EventListener


public interface DragGestureListener

implements EventListener

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

Since:Author:See Also:

Method Summary

voiddragGestureRecognized(java.awt.dnd.DragGestureEvent e)

Called when the native platform notifies the virtual machine that a drag-and-drop has been initiated.

Method Details

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: