MPbk2ImageGetObserver Class Reference

class MPbk2ImageGetObserver

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

CPbk2ImageManager::GetImageAsyncL

Constructor & Destructor Documentation

~MPbk2ImageGetObserver()

~MPbk2ImageGetObserver()[protected, inline]

Member Functions Documentation

Pbk2ImageGetComplete(MPbk2ImageOperation &, CFbsBitmap *)

voidPbk2ImageGetComplete(MPbk2ImageOperation &aOperation,
CFbsBitmap *aBitmap
)[pure virtual]

Called when image loading is completed.

Parameters

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

Pbk2ImageGetFailed(MPbk2ImageOperation &, TInt)

voidPbk2ImageGetFailed(MPbk2ImageOperation &aOperation,
TIntaError
)[pure virtual]

Called if the image loading fails.

Parameters

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