java.awt.dnd
Interface DragGestureListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
javax.swing.TransferHandler.DragHandler

public interface DragGestureListener
extends EventListener

Safe:


Method Summary
 void dragGestureRecognized(DragGestureEvent dge)
          Enabled: A DragGestureRecognizer has detected a platform-dependent drag initiating gesture and is notifying this listener in order for it to initiate the action for the user.
 

Method Detail

dragGestureRecognized

public void dragGestureRecognized(DragGestureEvent dge)
Enabled: A DragGestureRecognizer has detected a platform-dependent drag initiating gesture and is notifying this listener in order for it to initiate the action for the user.

Parameters:
dge - the DragGestureEvent describing the gesture that has just occurred


comments?