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. The drop site is associated with the previous dragEnter()
invocation if the latest invocation of dragEnter()
on this listener:
dragExit()
invocation on this listener.
|
|