DragAndDropEvent wraps information related to drag and drop operation. It is passed by terminal implementation for {@link DropHandler#drop(DragAndDropEvent)} and{@link AcceptCriterion#accept(DragAndDropEvent)} methods.
DragAndDropEvent instances contains both the dragged data in {@link Transferable} (generated by {@link DragSource} and details about thecurrent drop event in {@link TargetDetails} (generated by {@link DropTarget}.
@since 6.3
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.