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
voidAnimFrameReady(TInt, TInt)

Member Functions Documentation

AnimFrameReady(TInt, TInt)

voidAnimFrameReady(TIntaError,
TIntaAnimId
)[pure virtual]

Animation frame is ready to be drawn.

Parameters

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