jdk/src/share/classes/java/awt/dnd/DragGestureListener.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    48  public interface DragGestureListener extends EventListener {
    48  public interface DragGestureListener extends EventListener {
    49 
    49 
    50     /**
    50     /**
    51      * This method is invoked by the {@code DragGestureRecognizer}
    51      * This method is invoked by the {@code DragGestureRecognizer}
    52      * when the {@code DragGestureRecognizer} detects a platform-dependent
    52      * when the {@code DragGestureRecognizer} detects a platform-dependent
    53      * drag initiating gesture. To intiate the drag and drop operation,
    53      * drag initiating gesture. To initiate the drag and drop operation,
    54      * if approtiate, {@link DragGestureEvent#startDrag startDrag()} method on
    54      * if appropriate, {@link DragGestureEvent#startDrag startDrag()} method on
    55      * the {@code DragGestureEvent} has to be invoked.
    55      * the {@code DragGestureEvent} has to be invoked.
    56      * <P>
    56      * <P>
    57      * @see java.awt.dnd.DragGestureRecognizer
    57      * @see java.awt.dnd.DragGestureRecognizer
    58      * @see java.awt.dnd.DragGestureEvent
    58      * @see java.awt.dnd.DragGestureEvent
    59      * @param dge the <code>DragGestureEvent</code> describing
    59      * @param dge the <code>DragGestureEvent</code> describing