MPhCntThumbnailLoaderObserver Class Reference

class MPhCntThumbnailLoaderObserver

It defines interface for the observer of thumbnail loader.

PhoneCntFinder
Since
1.0

Member Functions Documentation

MpctloThumbnailLoaded(CPhCntThumbnailLoader::TThumbnailId, TInt, CFbsBitmap *)

void MpctloThumbnailLoaded ( CPhCntThumbnailLoader::TThumbnailId aId,
TInt aResult,
CFbsBitmap * aBitmap
) [pure virtual]

It is called when thumbnail loading has been completed.

Ownership of the bitmap is transferred to the observer.

Parameters

CPhCntThumbnailLoader::TThumbnailId aId id, never KNullId.
TInt aResult error code.
CFbsBitmap * aBitmap bitmap.