Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.dnd

Interface DragSourceMotionListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--java.awt.dnd.DragSourceMotionListener

All Implemented Interfaces:

EventListener


public interface DragSourceMotionListener

implements EventListener

This is a listener for mouse motion in the drag source before the drop event occurs. You can also use a DragSourceAdapter to filter the events you are interested in.

Since:Author:See Also:

Method Summary

voiddragMouseMoved(java.awt.dnd.DragSourceDragEvent e)

Called whenever the mouse is moved during a drag-and-drop operation.

Method Details

dragMouseMoved

public void dragMouseMoved(java.awt.dnd.DragSourceDragEvent e)

Called whenever the mouse is moved during a drag-and-drop operation.

Parameters: