Eclipse Platform
Release 3.0

org.eclipse.jface.util
Interface TransferDragSourceListener

All Superinterfaces:
DragSourceListener, EventListener, org.eclipse.swt.internal.SWTEventListener

public interface TransferDragSourceListener
extends DragSourceListener

A TransferDragSourceListener is a DragSourceListener that can handle one type of SWT Transfer. The purpose of a TransferDragSourceListener is to:

A DelegatingDragAdapter allows these functions to be implemented separately for unrelated types of drags. DelegatingDragAdapter then combines the function of each TransferDragSourceListener, while allowing them to be implemented as if they were the only DragSourceListener.

NOTE: This API is experimental and subject to change including removal.

Since:
2.2

Method Summary
 Transfer getTransfer()
          Returns the Transfer type that this listener can provide data for.
 
Methods inherited from interface org.eclipse.swt.dnd.DragSourceListener
dragFinished, dragSetData, dragStart
 

Method Detail

getTransfer

public Transfer getTransfer()
Returns the Transfer type that this listener can provide data for.

Returns:
the Transfer associated with this listener

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.