de.jreality.scene.event
Class TransformationEventMulticaster

java.lang.Object
  extended by de.jreality.scene.event.TransformationEventMulticaster
All Implemented Interfaces:
TransformationListener, EventListener

public final class TransformationEventMulticaster
extends Object
implements TransformationListener


Method Summary
static TransformationListener add(TransformationListener a, TransformationListener b)
           
static TransformationListener remove(TransformationListener l, TransformationListener oldl)
           
 void transformationMatrixChanged(TransformationEvent ev)
          Recast the event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public static TransformationListener add(TransformationListener a,
                                         TransformationListener b)

remove

public static TransformationListener remove(TransformationListener l,
                                            TransformationListener oldl)

transformationMatrixChanged

public void transformationMatrixChanged(TransformationEvent ev)
Recast the event.

Specified by:
transformationMatrixChanged in interface TransformationListener
See Also:
TransformationListener.transformationMatrixChanged(TransformationEvent)