< prev index next >

src/java.desktop/share/classes/java/awt/dnd/DragGestureListener.java

Print this page

        

*** 54,64 **** * if appropriate, {@link DragGestureEvent#startDrag startDrag()} method on * the {@code DragGestureEvent} has to be invoked. * * @see java.awt.dnd.DragGestureRecognizer * @see java.awt.dnd.DragGestureEvent ! * @param dge the <code>DragGestureEvent</code> describing * the gesture that has just occurred */ void dragGestureRecognized(DragGestureEvent dge); } --- 54,64 ---- * if appropriate, {@link DragGestureEvent#startDrag startDrag()} method on * the {@code DragGestureEvent} has to be invoked. * * @see java.awt.dnd.DragGestureRecognizer * @see java.awt.dnd.DragGestureEvent ! * @param dge the {@code DragGestureEvent} describing * the gesture that has just occurred */ void dragGestureRecognized(DragGestureEvent dge); }
< prev index next >