Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt.dnd
Interface DragGestureListener  view DragGestureListener download DragGestureListener.java

All Superinterfaces:
java.util.EventListener

public interface DragGestureListener
extends java.util.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

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

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