Package docking.dnd

Class DragSrcAdapter

java.lang.Object
docking.dnd.DragSrcAdapter
All Implemented Interfaces:
DragSourceListener, EventListener

public class DragSrcAdapter extends Object implements DragSourceListener
Adapter class that receives notifications in order to provide drag over effects.

When the operation ends, this class receives a dragDropEnd message, and is responsible for checking the success of the operation. If the operation was successful, and if it was a Move, then this class will remove the source data.