#include <app/MVPbkOperationObserver.h>
class MVPbkOperationObserver |
Public Member Functions | |
---|---|
pure virtual void | VPbkOperationCompleted(MVPbkContactOperationBase *) |
Protected Member Functions | |
---|---|
~MVPbkOperationObserver() |
An observer for asynchronous operations that do not return anything.
void | VPbkOperationCompleted | ( | MVPbkContactOperationBase * | aOperation | ) | [pure virtual] |
The operation was completed succesfully.
Parameter | Description |
---|---|
aOperation | operation handle |