MVPbkContactStoreListObserver Class Reference
#include
<app/MVPbkContactStoreListObserver.h>
Link against: vimpststorage.lib
class MVPbkContactStoreListObserver : public MVPbkContactStoreObserver |
Inherits from
- MVPbkContactStoreListObserver
Detailed Description
An observer interface for observing events from a list of contact stores.
The interface is implemented by the client who is opening a list of stores.
See also: MVPbkContactStoreList
Constructor & Destructor Documentation
~MVPbkContactStoreListObserver ( )
~MVPbkContactStoreListObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
ContactStoreListObserverExtension ( TUid )
TAny * | ContactStoreListObserverExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
Returns: an extension point for this interface or NULL.
OpenComplete ( )
void | OpenComplete | ( | ) | [pure virtual] |
Called when the opening process is complete.
Before this all stores have sent StoreReady or StoreUnavailable event. The client can not trust that all stores are available for use when this is called.