MPbk2ImageSetObserver Class Reference

class MPbk2ImageSetObserver

Observer interface for CPbkI2mageManager set operations. Only one of the event callbacks is called once by the operation.

CPbk2ImageManager::SetImageAsyncL

Constructor & Destructor Documentation

~MPbk2ImageSetObserver()

~MPbk2ImageSetObserver ( ) [protected, inline]

Member Functions Documentation

Pbk2ImageSetComplete(MPbk2ImageOperation &)

void Pbk2ImageSetComplete ( MPbk2ImageOperation & aOperation ) [pure virtual]

Called when image setting is completed.

Parameters

MPbk2ImageOperation & aOperation The completed operation.

Pbk2ImageSetFailed(MPbk2ImageOperation &, TInt)

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

Called if the image setting fails.

Parameters

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