edu.cmu.hcii.calo.view.animation.AnimationListener Interface Reference

Inherited by edu.cmu.hcii.calo.test.AnimationTest, edu.cmu.hcii.calo.test.manual.AnimationDemo, edu.cmu.hcii.calo.test.manual.PanelSwapDemo, and edu.cmu.hcii.calo.view.AnimatedPane.

Inheritance diagram for edu.cmu.hcii.calo.view.animation.AnimationListener:

Inheritance graph
[legend]
List of all members.

Detailed Description

Indicates that the implementing class can receive updates about Animations in progress.

Author:
Brian Ellis


Public Member Functions

void animationDidUpdate (Animation a)
 Called when a given Animation for which this class is a listener has updated its state.


Member Function Documentation

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.

Parameters:
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.


The documentation for this interface was generated from the following file:
Generated on Mon Aug 13 15:06:23 2007 for CALO by  doxygen 1.5.2