Eclipse GEF
3.8.0.201206112118

org.eclipse.gef.dnd
Interface TransferDragSourceListener

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

Deprecated. use org.eclipse.jface.util.TransferDragSourceListener instead

public interface TransferDragSourceListener
extends TransferDragSourceListener

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
 
Methods inherited from interface org.eclipse.jface.util.TransferDragSourceListener
getTransfer
 
Methods inherited from interface org.eclipse.swt.dnd.DragSourceListener
dragFinished, dragSetData, dragStart
 


Eclipse GEF
3.8.0.201206112118

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