The data is being dropped. The data field contains java format of the data being dropped.
To determine the type of the data object, refer to the documentation for the Transfer subclass
specified in event.currentDataType.
<p>The following fields in DropTargetEvent apply:
<ul>
<li>(in)widget
<li>(in)time
<li>(in)x
<li>(in)y
<li>(in,out)detail
<li>(in)currentDataType
<li>(in)data
</ul></p>
<p>The application can refuse to perform the drop operation by setting the detail
field to DND.DROP_NONE.</p>
@param event the information associated with the drop event
The data is being dropped. The data field contains java format of the data being dropped. To determine the type of the data object, refer to the documentation for the Transfer subclass specified in event.currentDataType.
<p>The following fields in DropTargetEvent apply: <ul> <li>(in)widget <li>(in)time <li>(in)x <li>(in)y <li>(in,out)detail <li>(in)currentDataType <li>(in)data </ul></p>
<p>The application can refuse to perform the drop operation by setting the detail field to DND.DROP_NONE.</p>
@param event the information associated with the drop event
@see DropTargetEvent