de.jreality.tools
Class PointDragEventMulticaster

java.lang.Object
  extended by de.jreality.tools.PointDragEventMulticaster
All Implemented Interfaces:
PointDragListener, EventListener

public final class PointDragEventMulticaster
extends Object
implements PointDragListener


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

add

public static PointDragListener add(PointDragListener a,
                                    PointDragListener b)

remove

public static PointDragListener remove(PointDragListener l,
                                       PointDragListener oldl)

pointDragStart

public void pointDragStart(PointDragEvent e)
Description copied from interface: PointDragListener
A drag action with some input device has begun.

Specified by:
pointDragStart in interface PointDragListener

pointDragged

public void pointDragged(PointDragEvent e)
Description copied from interface: PointDragListener
A drag action with some input device has been continued.

Specified by:
pointDragged in interface PointDragListener

pointDragEnd

public void pointDragEnd(PointDragEvent e)
Description copied from interface: PointDragListener
A drag action with some input device has finished.

Specified by:
pointDragEnd in interface PointDragListener