#include <app/MPbkThumbnailOperationObservers.h>
| class MPbkThumbnailSetObserver |
| Public Member Functions | |
|---|---|
| pure virtual void | PbkThumbnailSetComplete(MPbkThumbnailOperation &) |
| pure virtual void | PbkThumbnailSetFailed(MPbkThumbnailOperation &, TInt) |
Observer interface for CPbkThumbnailManager set operations. Only one of the event callbacks is called once by the operation.
See also: CPbkThumbnailManager::SetThumbnailAsyncL
| void | PbkThumbnailSetComplete | ( | MPbkThumbnailOperation & | aOperation | ) | [pure virtual] |
Called when thumbnail setting is completed.
| Parameter | Description |
|---|---|
| aOperation | The completed operation. |
| void | PbkThumbnailSetFailed | ( | MPbkThumbnailOperation & | aOperation, |
| TInt | aError | |||
| ) | [pure virtual] | |||
Called if the thumbnail setting fails.
| Parameter | Description |
|---|---|
| aOperation | The failed operation. |
| aError | Error code of the failure. |