#include <app/cntdb.h>
Link against: cntmodel.lib
class CContactChangeNotifier : public CBase, public CBase |
Public Member Functions | |
---|---|
~CContactChangeNotifier() | |
IMPORT_C CContactChangeNotifier * | NewL(CContactDatabase &, MContactDbObserver *) |
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.
IMPORT_C | ~CContactChangeNotifier | ( | ) |
Removes the observer from the contact database.
IMPORT_C CContactChangeNotifier * | NewL | ( | CContactDatabase & | aDatabase, |
MContactDbObserver * | aObserver | |||
) | [static] |
Allocates and constructs a new contact database change notifier.
Parameters | |
---|---|
aDatabase | The contact database to observe. |
aObserver | The observer for aDatabase. Its HandleDatabaseEventL() function is called whenever a change occurs to the database. |