MPbkThumbnailGetImageObserver Class Reference

class MPbkThumbnailGetImageObserver

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

CPbkThumbnailManager::GetThumbnailImageAsyncL

Member Functions Documentation

PbkThumbnailGetImageComplete(MPbkThumbnailOperation &, CPbkImageDataWithInfo *)

voidPbkThumbnailGetImageComplete(MPbkThumbnailOperation &aOperation,
CPbkImageDataWithInfo *aImageData
)[pure virtual]

Called when thumbnail loading is completed.

Parameters

MPbkThumbnailOperation & aOperationThe completed operation.
CPbkImageDataWithInfo * aImageDataThe thumbnail image. Caller is responsible of the object.

PbkThumbnailGetImageFailed(MPbkThumbnailOperation &, TInt)

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

Called if the thumbnail loading fails.

Parameters

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