Java Platform 1.2
Beta 4

Interface java.awt.dnd.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.
 

Method Detail

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

Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.