Class DragListener

All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener, MouseInputListener

public class DragListener extends MouseInputAdapter
Mouse listener object which watches for a drag gesture, and invokes TransferHandler.exportAsDrag() when it sees one. Note this must be installed as both a MouseListener and a MouseMotionListener on the component it's watching.
Author:
Mark Taylor (Starlink)