class MPbkThumbnailGetImageObserver |
Observer interface for CPbkThumbnailManager get image operation. Only one of the event callbacks is called once by the operation.
Public Member Functions | |
---|---|
void | PbkThumbnailGetImageComplete ( MPbkThumbnailOperation &, CPbkImageDataWithInfo *) |
void | PbkThumbnailGetImageFailed ( MPbkThumbnailOperation &, TInt ) |
void | PbkThumbnailGetImageComplete | ( | MPbkThumbnailOperation & | aOperation, |
CPbkImageDataWithInfo * | aImageData | |||
) | [pure virtual] |
Called when thumbnail loading is completed.
MPbkThumbnailOperation & aOperation | The completed operation. |
CPbkImageDataWithInfo * aImageData | The thumbnail image. Caller is responsible of the object. |
void | PbkThumbnailGetImageFailed | ( | MPbkThumbnailOperation & | aOperation, |
TInt | aError | |||
) | [pure virtual] |
Called if the thumbnail loading fails.
MPbkThumbnailOperation & aOperation | The failed operation. |
TInt aError | Error code of the failure. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.