Eclipse GEF
2.1

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 SWT Transfer. The purpose of a TransferDragSourceListener is to:

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.


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

Method Detail

getTransfer

public Transfer getTransfer()
Returns the Transfer that this listener works with.

Returns:
the Transfer associated with this listener

Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.