|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.tools.PointDragEventMulticaster
public final class PointDragEventMulticaster
Method Summary | |
---|---|
static PointDragListener |
add(PointDragListener a,
PointDragListener b)
|
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. |
static PointDragListener |
remove(PointDragListener l,
PointDragListener oldl)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PointDragListener add(PointDragListener a, PointDragListener b)
public static PointDragListener remove(PointDragListener l, PointDragListener oldl)
public void pointDragStart(PointDragEvent e)
PointDragListener
pointDragStart
in interface PointDragListener
public void pointDragged(PointDragEvent e)
PointDragListener
pointDragged
in interface PointDragListener
public void pointDragEnd(PointDragEvent e)
PointDragListener
pointDragEnd
in interface PointDragListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |