Inheritance diagram for edu.cmu.hcii.calo.view.animation.AnimationListener:
Public Member Functions | |
void | animationDidUpdate (Animation a) |
Called when a given Animation for which this class is a listener has updated its state. |
void edu.cmu.hcii.calo.view.animation.AnimationListener.animationDidUpdate | ( | Animation | a | ) |
Called when a given Animation for which this class is a listener has updated its state.
This method will be called as often as possible while the Animation is running, and at least once when it has finished. A class can listen to more than one Animation at a time, in which case it should use the parameter to this method to determine which Animation has updated.
a | the Animation that has updated |
Implemented in edu.cmu.hcii.calo.test.AnimationTest, edu.cmu.hcii.calo.test.manual.AnimationDemo, and edu.cmu.hcii.calo.test.manual.PanelSwapDemo.