java.awt.dnd
Interface DragGestureListener
- public abstract interface DragGestureListener
- extends EventListener
This interface is sourced from a DragGestureRecognizer and is invoked
when an object of that (sub)class detects a Drag and Drop initiating
gesture.
The implementor of this interface is responsible for starting the drag
as a result of receiving such a notification.
- See Also:
DragGestureRecognizer
,
DragGestureEvent
,
DragSource
Method Summary |
void |
dragGestureRecognized(DragGestureEvent dge)
A DragGestureRecognizer has detected a platform-dependent Drag and
Drop action initiating gesture and is notifying this Listener
in order for it to initiate the action for the user. |
dragGestureRecognized
public void dragGestureRecognized(DragGestureEvent dge)
- A DragGestureRecognizer has detected a platform-dependent Drag and
Drop action 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
Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.