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

Print this page

        

*** 545,555 **** } /** * Adds the specified <code>DragSourceListener</code> to this * <code>DragSource</code> to receive drag source events during drag ! * operations intiated with this <code>DragSource</code>. * If a <code>null</code> listener is specified, no action is taken and no * exception is thrown. * * @param dsl the <code>DragSourceListener</code> to add * --- 545,555 ---- } /** * Adds the specified <code>DragSourceListener</code> to this * <code>DragSource</code> to receive drag source events during drag ! * operations initiated with this <code>DragSource</code>. * If a <code>null</code> listener is specified, no action is taken and no * exception is thrown. * * @param dsl the <code>DragSourceListener</code> to add *
*** 605,615 **** } /** * Adds the specified <code>DragSourceMotionListener</code> to this * <code>DragSource</code> to receive drag motion events during drag ! * operations intiated with this <code>DragSource</code>. * If a <code>null</code> listener is specified, no action is taken and no * exception is thrown. * * @param dsml the <code>DragSourceMotionListener</code> to add * --- 605,615 ---- } /** * Adds the specified <code>DragSourceMotionListener</code> to this * <code>DragSource</code> to receive drag motion events during drag ! * operations initiated with this <code>DragSource</code>. * If a <code>null</code> listener is specified, no action is taken and no * exception is thrown. * * @param dsml the <code>DragSourceMotionListener</code> to add *