MAknsEffectAnimObserver Class Reference

class MAknsEffectAnimObserver

Animation user must implement this interface to receive notification when a new animation frame is ready to be drawn.

Since
3.0
Public Member Functions
void AnimFrameReady ( TInt , TInt )

Member Functions Documentation

AnimFrameReady(TInt, TInt)

void AnimFrameReady ( TInt aError,
TInt aAnimId
) [pure virtual]

Animation frame is ready to be drawn.

Parameters

TInt aError KErrNone if frame has been succesfully created and is available for drawing. If !KErrNone the animation has internally failed.
TInt aAnimId Reserved for future use