|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PointDragListener
The listener interface for receiving drag events (dragStart, drag, dragEnd), signalling that a Point of a pointset is being dragged (with some unspecified input device).
| Method Summary | |
|---|---|
void |
pointDragEnd(PointDragEvent e)
A drag action with some input device has finished. |
void |
pointDragged(PointDragEvent e)
A drag action with some input device has been continued. |
void |
pointDragStart(PointDragEvent e)
A drag action with some input device has begun. |
| Method Detail |
|---|
void pointDragStart(PointDragEvent e)
void pointDragged(PointDragEvent e)
void pointDragEnd(PointDragEvent e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||