net.mtu.eggplant.util.gui.dnd
Class DragSourceAdapter
java.lang.Object
net.mtu.eggplant.util.gui.dnd.DragSourceAdapter
- All Implemented Interfaces:
- DragSourceListener, EventListener
public class DragSourceAdapter
- extends Object
- implements DragSourceListener
Empty implementation of DragSourceListener.
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DragSourceAdapter
public DragSourceAdapter()
dragDropEnd
public void dragDropEnd(DragSourceDropEvent dsde)
- Specified by:
dragDropEnd
in interface DragSourceListener
dragEnter
public void dragEnter(DragSourceDragEvent dsde)
- Specified by:
dragEnter
in interface DragSourceListener
dragExit
public void dragExit(DragSourceEvent dse)
- Specified by:
dragExit
in interface DragSourceListener
dragOver
public void dragOver(DragSourceDragEvent dsde)
- Specified by:
dragOver
in interface DragSourceListener
dropActionChanged
public void dropActionChanged(DragSourceDragEvent dsde)
- Specified by:
dropActionChanged
in interface DragSourceListener