class MAnimationDataProviderObserver |
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.
CAnimation
Public Member Functions | |
---|---|
void | DataProviderEventL(TInt, TAny *, TInt) |
Protected Member Functions | |
---|---|
IMPORT_C void | MAnimationDataProviderObserver_Reserved1() |
IMPORT_C void | MAnimationDataProviderObserver_Reserved2() |
void | DataProviderEventL | ( | TInt | aEvent, |
TAny * | aData, | |||
TInt | aDataSize | |||
) | [pure virtual] |
Receives an event from a data provider.