class MFscContactActionServiceObserver |
Contact action service observer. Defines an interface for contact action service observer.
Public Member Functions | |
---|---|
~MFscContactActionServiceObserver () | |
void | ExecuteComplete () |
void | ExecuteFailed ( TInt ) |
void | QueryActionsComplete () |
void | QueryActionsFailed ( TInt ) |
~MFscContactActionServiceObserver | ( | ) | [inline, virtual] |
Destructor.
void | ExecuteFailed | ( | TInt | aError | ) | [pure virtual] |
Called when ExecuteL method failed.
TInt aError | An error code of the failure. |
void | QueryActionsComplete | ( | ) | [pure virtual] |
Called when QueryActionsL method is complete.
void | QueryActionsFailed | ( | TInt | aError | ) | [pure virtual] |
Called when QueryActionsL method failed.
TInt aError | An 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.