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 *)

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

Called when thumbnail loading is completed.

Parameters

MPbkThumbnailOperation & aOperation The completed operation.
CPbkImageDataWithInfo * aImageData The thumbnail image. Caller is responsible of the object.

PbkThumbnailGetImageFailed(MPbkThumbnailOperation &, TInt)

void PbkThumbnailGetImageFailed ( MPbkThumbnailOperation & aOperation,
TInt aError
) [pure virtual]

Called if the thumbnail loading fails.

Parameters

MPbkThumbnailOperation & aOperation The failed operation.
TInt aError Error code of the failure.