MPbkThumbnailSetObserver Class Reference

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

Capability Information

Required Capabilities

None


#include <mpbkthumbnailoperationobservers.h>

Detailed Description

Observer interface for CPbkThumbnailManager set operations.

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

See also:
CPbkThumbnailManager::SetThumbnailAsyncL

Public Member Functions

virtual void  PbkThumbnailSetComplete (MPbkThumbnailOperation &aOperation)=0
  Called when thumbnail setting is completed.
virtual void  PbkThumbnailSetFailed (MPbkThumbnailOperation &aOperation, TInt aError)=0
  Called if the thumbnail setting fails.

Member Function Documentation

virtual void MPbkThumbnailSetObserver::PbkThumbnailSetComplete MPbkThumbnailOperation &  aOperation  )  [pure virtual]
 

Called when thumbnail setting is completed.

Parameters:
aOperation  The completed operation.
virtual void MPbkThumbnailSetObserver::PbkThumbnailSetFailed MPbkThumbnailOperation &  aOperation,
TInt  aError
[pure virtual]
 

Called if the thumbnail setting 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