DND.DROP_TARGET_MOVE

Drag and Drop Operation: the drop target moves the data and the drag source removes any references to the data and updates its display. This is not available on all platforms and is only used when a non-SWT application is the drop target. In this case, the SWT drag source is informed in the dragFinished event that the drop target has moved the data. (value is 1 << 3).

@see DragSourceListener#dragFinished

class DND
int DROP_TARGET_MOVE;

Meta