src/share/classes/java/awt/dnd/DragGestureRecognizer.java

Print this page

        

*** 295,305 **** * the Drag and Drop operation. * <P> * @return the initial event that triggered the drag gesture */ ! public InputEvent getTriggerEvent() { return events.isEmpty() ? null : (InputEvent)events.get(0); } /** * Reset the Recognizer, if its currently recognizing a gesture, ignore * it. */ --- 295,305 ---- * the Drag and Drop operation. * <P> * @return the initial event that triggered the drag gesture */ ! public InputEvent getTriggerEvent() { return events.isEmpty() ? null : events.get(0); } /** * Reset the Recognizer, if its currently recognizing a gesture, ignore * it. */