jdk/src/share/classes/java/awt/dnd/DragSourceDropEvent.java
changeset 23588 b0269b21e313
parent 23010 6dadb192ad81
equal deleted inserted replaced
23587:55ccc7b19f84 23588:b0269b21e313
    34  * <code>DragSource</code>.
    34  * <code>DragSource</code>.
    35  * It contains sufficient information for the
    35  * It contains sufficient information for the
    36  * originator of the operation
    36  * originator of the operation
    37  * to provide appropriate feedback to the end user
    37  * to provide appropriate feedback to the end user
    38  * when the operation completes.
    38  * when the operation completes.
    39  * <P>
    39  *
    40  * @since 1.2
    40  * @since 1.2
    41  */
    41  */
    42 
    42 
    43 public class DragSourceDropEvent extends DragSourceEvent {
    43 public class DragSourceDropEvent extends DragSourceEvent {
    44 
    44