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

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

Called when thumbnail loading is completed.

Parameters

MPbkThumbnailOperation & aOperation The completed operation.
CFbsBitmap * aBitmap The loaded bitmap. Callee is responsible of the bitmap.

PbkThumbnailGetFailed(MPbkThumbnailOperation &, TInt)

void PbkThumbnailGetFailed ( 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.