Lines Matching refs:DragSourceListener

50  * {@linkplain DragSourceListener DragSourceListeners}
55 * implements the <code>DragSourceListener</code> and
84 * @see DragSourceListener
91 implements DragSourceListener, DragSourceMotionListener, Serializable {
134 * <code>DragSourceListener</code> to use during the Drag and Drop
154 * If <code>DragSourceListener</code> is <code>null</code> no exception
167 * @param dsl the <code>DragSourceListener</code>
184 DragSourceListener dsl) {
298 * Add a <code>DragSourceListener</code> to this
300 * If a <code>DragSourceListener</code> already exists,
303 * @param dsl the <code>DragSourceListener</code> to add.
308 * a <code>DragSourceListener</code> has already been added
311 public synchronized void addDragSourceListener(DragSourceListener dsl) throws TooManyListenersException {
323 * Removes the specified <code>DragSourceListener</code>
326 * @param dsl the <code>DragSourceListener</code> to remove;
331 public synchronized void removeDragSourceListener(DragSourceListener dsl) {
349 * <code>DragSourceListener</code>s registered with this
357 DragSourceListener dsl = listener;
368 * <code>DragSourceListener</code>s registered with this
376 DragSourceListener dsl = listener;
387 * <code>DragSourceListener</code>s registered with this
395 DragSourceListener dsl = listener;
406 * <code>DragSourceListener</code>s registered with this
414 DragSourceListener dsl = listener;
425 * <code>DragSourceListener</code>s registered with this
433 DragSourceListener dsl = listener;
531 * <code>DragSourceListener</code> is written out if and only if it can be
537 * <code>DragSourceListener</code> instance, or
554 * <code>DragSourceListener</code> are then deserialized as well by using
568 listener = (DragSourceListener)s.readObject();
616 private transient DragSourceListener listener;