API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.dnd. DragSourceListener View Source
Author(s)
Since
1.2
Version
1.21, 11/17/05
Serial
Hierarchy
 EventListener
      DragSourceListener
Subinterfaces
Description
public interface DragSourceListener
  The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the user's gesture, and to provide appropriate "drag over" feedback to the user throughout the Drag and Drop operation.
See also:   
Methods
Hide/Show inherited methods
public void dragDropEnd (DragSourceDropEvent dsde)
  This method is invoked to signify that the Drag and Drop operation is complete.
public void dragEnter (DragSourceDragEvent dsde)
  Called as the cursor's hotspot enters a platform-dependent drop site.
public void dragExit (DragSourceEvent dse)
  Called as the cursor's hotspot exits a platform-dependent drop site.
public void dragOver (DragSourceDragEvent dsde)
  Called as the cursor's hotspot moves over a platform-dependent drop site.
public void dropActionChanged (DragSourceDragEvent dsde)
  Called when the user has modified the drop gesture.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar