MPbkThumbnailGetObserver Class Reference

API published in: S60 2nd Ed FP 3
API deprecated in: S60 5th Ed

Capability Information

Required Capabilities

None


#include <mpbkthumbnailoperationobservers.h>

Inherited by CSpdiaControl [private].


Detailed Description

Observer interface for CPbkThumbnailManager get operation.

Only one of the event callbacks is called once by the operation.

See also:
CPbkThumbnailManager::GetThumbnailAsyncL

Public Member Functions

virtual void  PbkThumbnailGetComplete (MPbkThumbnailOperation &aOperation, CFbsBitmap *aBitmap)=0
  Called when thumbnail loading is completed.
virtual void  PbkThumbnailGetFailed (MPbkThumbnailOperation &aOperation, TInt aError)=0
  Called if the thumbnail loading fails.

Member Function Documentation

virtual void MPbkThumbnailGetObserver::PbkThumbnailGetComplete MPbkThumbnailOperation &  aOperation,
CFbsBitmap *  aBitmap
[pure virtual]
 

Called when thumbnail loading is completed.

Parameters:
aOperation  The completed operation.
aBitmap  The loaded bitmap. Callee is responsible of the bitmap.
virtual void MPbkThumbnailGetObserver::PbkThumbnailGetFailed MPbkThumbnailOperation &  aOperation,
TInt  aError
[pure virtual]
 

Called if the thumbnail loading fails.

Parameters:
aOperation  The failed operation.
aError  Error code of the failure.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top