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

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

Called when image loading is completed.

Parameters

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

Pbk2ImageGetFailed(MPbk2ImageOperation &, TInt)

void Pbk2ImageGetFailed ( MPbk2ImageOperation & aOperation,
TInt aError
) [pure virtual]

Called if the image loading fails.

Parameters

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