MVPbkContactStoreObserver Class Reference
class MVPbkContactStoreObserver |
An observer interface for contact store events
The client of the contact store must implement this interface. The contact store informs client about its state using this interface. The client is also able to get store events about changes in the store content.
Constructor & Destructor Documentation
~MVPbkContactStoreObserver()
~MVPbkContactStoreObserver | ( | ) | [protected, inline, virtual] |
Member Functions Documentation
ContactStoreObserverExtension(TUid)
TAny * | ContactStoreObserverExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
HandleStoreEventL(MVPbkContactStore &, TVPbkContactStoreEvent)
StoreReady(MVPbkContactStore &)
Called when a contact store is ready to use.
StoreUnavailable(MVPbkContactStore &, TInt)
Called when a contact store becomes unavailable.
Client may inspect the reason of the unavailability and decide whether or not it will keep the store opened (ie. listen to the store events).
Parameters
MVPbkContactStore & aContactStore | The store that became unavailable. |
TInt aReason | The reason why the store is unavailable. This is one of the system wide error codes. |
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.