CContactChangeNotifier Class Reference
class CContactChangeNotifier : public CBase
|
Receives events reporting changes to a contact database.
After the change notifier has been created, it notifies the specified observer whenever a change takes place to the database.
Constructor & Destructor Documentation
CContactChangeNotifier(CContactDatabase &, MContactDbObserver *)
~CContactChangeNotifier()
IMPORT_C
|
~CContactChangeNotifier
|
(
|
)
|
|
Removes the observer from the contact database.
Member Functions Documentation
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
NewL(CContactDatabase &, MContactDbObserver *)
Allocates and constructs a new contact database change notifier.
Parameters
CContactDatabase
& aDatabase
|
The contact database to observe.
|
MContactDbObserver
* aObserver
|
The observer for aDatabase. Its HandleDatabaseEventL() function is called whenever a change occurs to the database.
|
Member Data Documentation
CContactDatabase & iDatabase
MContactDbObserver * iObserver
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.