|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DragSourceMotionListener
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.
DragSourceDragEvent
,
DragSource
,
DragSourceListener
,
DragSourceAdapter
Method Summary | |
---|---|
void |
dragMouseMoved(DragSourceDragEvent e)
Called whenever the mouse is moved during a drag-and-drop operation. |
Method Detail |
---|
void dragMouseMoved(DragSourceDragEvent e)
e
- the event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |