class MPbkThumbnailSetObserver |
Observer interface for CPbkThumbnailManager set operations. Only one of the event callbacks is called once by the operation.
Public Member Functions | |
---|---|
void | PbkThumbnailSetComplete(MPbkThumbnailOperation &) |
void | PbkThumbnailSetFailed(MPbkThumbnailOperation &, TInt) |
void | PbkThumbnailSetComplete | ( | MPbkThumbnailOperation & | aOperation | ) | [pure virtual] |
Called when thumbnail setting is completed.
MPbkThumbnailOperation & aOperation | The completed operation. |
void | PbkThumbnailSetFailed | ( | MPbkThumbnailOperation & | aOperation, |
TInt | aError | |||
) | [pure virtual] |
Called if the thumbnail setting 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.