MPbkThumbnailGetObserver Class Reference

class MPbkThumbnailGetObserver

Observer interface for CPbkThumbnailManager get operation. Only one of the event callbacks is called once by the operation.

CPbkThumbnailManager::GetThumbnailAsyncL

Member Functions Documentation

PbkThumbnailGetComplete(MPbkThumbnailOperation &, CFbsBitmap *)

voidPbkThumbnailGetComplete(MPbkThumbnailOperation &aOperation,
CFbsBitmap *aBitmap
)[pure virtual]

Called when thumbnail loading is completed.

Parameters

MPbkThumbnailOperation & aOperationThe completed operation.
CFbsBitmap * aBitmapThe loaded bitmap. Callee is responsible of the bitmap.

PbkThumbnailGetFailed(MPbkThumbnailOperation &, TInt)

voidPbkThumbnailGetFailed(MPbkThumbnailOperation &aOperation,
TIntaError
)[pure virtual]

Called if the thumbnail loading fails.

Parameters

MPbkThumbnailOperation & aOperationThe failed operation.
TInt aErrorError code of the failure.