class MPbkThumbnailGetObserver |
Observer interface for CPbkThumbnailManager get operation. Only one of the event callbacks is called once by the operation.
Public Member Functions | |
---|---|
void | PbkThumbnailGetComplete ( MPbkThumbnailOperation &, CFbsBitmap *) |
void | PbkThumbnailGetFailed ( MPbkThumbnailOperation &, TInt ) |
void | PbkThumbnailGetComplete | ( | MPbkThumbnailOperation & | aOperation, |
CFbsBitmap * | aBitmap | |||
) | [pure virtual] |
Called when thumbnail loading is completed.
MPbkThumbnailOperation & aOperation | The completed operation. |
CFbsBitmap * aBitmap | The loaded bitmap. Callee is responsible of the bitmap. |
void | PbkThumbnailGetFailed | ( | 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.