Eclipse GEF
3.3

org.eclipse.gef.dnd
Interface TransferDragSourceListener

All Known Implementing Classes:
AbstractTransferDragSourceListener

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

public interface 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.



Eclipse GEF
3.3

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