de.jreality.scene.event
Class TransformationEventMulticaster

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

public final class TransformationEventMulticaster
extends java.lang.Object
implements TransformationListener


Constructor Summary
TransformationEventMulticaster()
           
 
Method Summary
 void add(TransformationListener b)
           
 void remove(TransformationListener oldl)
           
 void transformationMatrixChanged(TransformationEvent ev)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformationEventMulticaster

public TransformationEventMulticaster()
Method Detail

add

public void add(TransformationListener b)

remove

public void remove(TransformationListener oldl)

transformationMatrixChanged

public void transformationMatrixChanged(TransformationEvent ev)
Specified by:
transformationMatrixChanged in interface TransformationListener