API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.dnd. DragGestureListener View Source
Author(s)
Since
Version
Serial
Hierarchy
 EventListener
      DragGestureListener
Subinterfaces
Description
public interface DragGestureListener
  This interface is sourced from a DragGestureRecognizer and is invoked when an object of that (sub)class detects a drag initiating gesture.
Methods
Hide/Show inherited methods
public 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.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar