java.awt.dnd
public interface DragGestureListener extends EventListener
DragGestureRecognizer
and is invoked
when an object of that (sub)class detects a drag initiating
gesture.
The implementor of this interface is responsible for starting the drag as a result of receiving such notification.
DragGestureRecognizer
,
DragGestureEvent
,
DragSource
Modifier and Type | Method and Description |
---|---|
void |
dragGestureRecognized(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. |
void dragGestureRecognized(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.
dge
- the DragGestureEvent
describing
the gesture that has just occurred Submit a bug or feature Copyright © 1993, 2017, Oracle and/or its affiliates. All rights reserved.
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.