This interface is used to observe the status of an animation. More...
#include <GUIAnimationObserver.h>
Public Member Functions | |
virtual | ~CGUIAnimationObserver () |
virtual void | OnStatusChanged (CGUIAnimation::AnimationStatus_t eStatus, CGUIAnimation *pAnimation)=0 |
This interface is used to observe the status of an animation.
It is possible to set an AnimationObserver for each animation by calling CGUIAnimation::SetAnimationObserver.
|
inlinevirtual |
Destructor Informs the animation handler about the deleted observer.
|
pure virtual |
This callback function is called by the observed animation whenever the status changes.
eStatus | The new status of the animation. |
pAnimation | The Animation whose status is updated. |
Implemented in CGUIAnimationChain.