de.jreality.tools
Interface LineDragListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
LineDragEventMulticaster

public interface LineDragListener
extends EventListener

The listener interface for receiving drag events (dragStart, drag, dragEnd), signalling that a line of a lineSet is being dragged (with some unspecified input device).


Method Summary
 void lineDragEnd(LineDragEvent e)
          A drag action with some input device has finished.
 void lineDragged(LineDragEvent e)
          A drag action with some input device has been continued.
 void lineDragStart(LineDragEvent e)
          A drag action with some input device has begun.
 

Method Detail

lineDragStart

void lineDragStart(LineDragEvent e)
A drag action with some input device has begun.


lineDragged

void lineDragged(LineDragEvent e)
A drag action with some input device has been continued.


lineDragEnd

void lineDragEnd(LineDragEvent e)
A drag action with some input device has finished.