MPbkThumbnailGetImageObserver Class Reference

#include <app/MPbkThumbnailOperationObservers.h>

class MPbkThumbnailGetImageObserver

Detailed Description

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

See also: CPbkThumbnailManager::GetThumbnailImageAsyncL

Member Function Documentation

PbkThumbnailGetImageComplete ( MPbkThumbnailOperation &, CPbkImageDataWithInfo * )

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

Called when thumbnail loading is completed.

ParameterDescription
aOperationThe completed operation.
aImageDataThe thumbnail image. Caller is responsible of the object.

PbkThumbnailGetImageFailed ( MPbkThumbnailOperation &, TInt )

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

Called if the thumbnail loading fails.

ParameterDescription
aOperationThe failed operation.
aErrorError code of the failure.