de.jreality.scene.event
Class TransformationEventMulticaster
java.lang.Object
de.jreality.scene.event.TransformationEventMulticaster
- All Implemented Interfaces:
- TransformationListener, EventListener
public final class TransformationEventMulticaster
- extends Object
- implements TransformationListener
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)