java.awt.dnd
Interface DragSourceMotionListener
java.lang.Object
|
+--java.util.EventListener
|
+--java.awt.dnd.DragSourceMotionListener
All Implemented Interfaces:
EventListener
public interface
DragSourceMotionListenerimplements
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:- Eric Blake <ebb9@email.byu.edu>
See Also:
dragMouseMoved
public void dragMouseMoved(java.awt.dnd.DragSourceDragEvent e)
Called whenever the mouse is moved during a drag-and-drop operation.
Parameters:
DragSourceAdapter
to filter the events you are interested in.