DropTargetListener interface. dragEnter is called when the cursor has entered the drop target boundaries dragLeave is called when the cursor has left the drop target boundaries and just before the drop occurs or is cancelled. dragOperationChanged is called when the operation being performed has changed (usually due to the user changing the selected modifier key(s) while dragging) dragOver is called when the cursor is moving over the drop target dropAccept is called just before the drop is performed. The drop target is given the chance to change the nature of the drop or veto the drop by setting the event.detail field drop is called when the data is being dropped | |