org.rubato.rubettes.bigbang.view.controller
Class AnimationPositionListener

java.lang.Object
  extended by org.rubato.rubettes.bigbang.view.controller.AnimationPositionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener

public class AnimationPositionListener
extends java.lang.Object
implements javax.swing.event.ChangeListener


Constructor Summary
AnimationPositionListener(BigBangController controller)
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimationPositionListener

public AnimationPositionListener(BigBangController controller)
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener