jdk/src/java.desktop/share/classes/java/awt/dnd/DropTargetListener.java
changeset 26749 b6598aa90114
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
26748:fba66a2e8961 26749:b6598aa90114
   115      * This method is responsible for undertaking
   115      * This method is responsible for undertaking
   116      * the transfer of the data associated with the
   116      * the transfer of the data associated with the
   117      * gesture. The <code>DropTargetDropEvent</code>
   117      * gesture. The <code>DropTargetDropEvent</code>
   118      * provides a means to obtain a <code>Transferable</code>
   118      * provides a means to obtain a <code>Transferable</code>
   119      * object that represents the data object(s) to
   119      * object that represents the data object(s) to
   120      * be transfered.<P>
   120      * be transferred.<P>
   121      * From this method, the <code>DropTargetListener</code>
   121      * From this method, the <code>DropTargetListener</code>
   122      * shall accept or reject the drop via the
   122      * shall accept or reject the drop via the
   123      * acceptDrop(int dropAction) or rejectDrop() methods of the
   123      * acceptDrop(int dropAction) or rejectDrop() methods of the
   124      * <code>DropTargetDropEvent</code> parameter.
   124      * <code>DropTargetDropEvent</code> parameter.
   125      * <P>
   125      * <P>