Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <AnimationMixins.h>
Link against: animationshared.lib

Class MAnimationDataProviderObserver

class MAnimationDataProviderObserver;

Description

Interface from a data provider to an animation

An animation which has a data provider receives information from it via this interface.

You do not need to derive an implementation from this class unless you are writing a new animation type.

Members

Defined in MAnimationDataProviderObserver:

See also:


Member functions


DataProviderEventL(TInt,TAny *,TInt)

virtual void DataProviderEventL(TInt aEvent, TAny *aData, TInt aDataSize)=0;

Description

Receives an event from a data provider.

Parameters

TInt aEvent

The event code.

TAny *aData

Any data associated with the event. Can be NULL.

TInt aDataSize

The size in bytes of the item pointed to by aData.


MAnimationDataProviderObserver_Reserved1()

protected: IMPORT_C virtual void MAnimationDataProviderObserver_Reserved1();

Description

Reserved for future use


MAnimationDataProviderObserver_Reserved2()

protected: IMPORT_C virtual void MAnimationDataProviderObserver_Reserved2();

Description

Reserved for future use