java.awt.dnd

Interface DragGestureListener

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

UNKNOWN: updated to 1.4

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

Method Detail

dragGestureRecognized

public 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