GEF v2.0

org.eclipse.gef.dnd
Interface TransferDragSourceListener

All Superinterfaces:
DragSourceListener, EventListener, org.eclipse.swt.internal.SWTEventListener
All Known Implementing Classes:
AbstractTransferDragSourceListener

public interface TransferDragSourceListener
extends DragSourceListener

A DragSourceListener that can handle one type of Transfer.


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

Method Detail

getTransfer

public Transfer getTransfer()
Returns the Transfer that this listener can handle.

GEF v2.0