public class ComponentDragGestureListener
extends java.lang.Object
implements java.awt.dnd.DragGestureListener
Constructor and Description |
---|
ComponentDragGestureListener(DefaultDnDCatcher dndCatcher,
java.awt.dnd.DragSourceListener dsl)
Note that DefaultDnDCatcher is a DragSourceListener itself, so
dndCatcher and dsl can be the same object.
|
Modifier and Type | Method and Description |
---|---|
void |
dragGestureRecognized(java.awt.dnd.DragGestureEvent dge)
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. |
public ComponentDragGestureListener(DefaultDnDCatcher dndCatcher, java.awt.dnd.DragSourceListener dsl)
public void dragGestureRecognized(java.awt.dnd.DragGestureEvent dge)
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.
dragGestureRecognized
in interface java.awt.dnd.DragGestureListener
dge
- the DragGestureEvent
describing the
gesture that has just occurredCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details