Location:
cntdb.h
Link against: cntmodel.lib
CContactChangeNotifier
Supported from 5.0
Receives events reporting changes to a contact database.
After the change notifier has been created using
NewL()
, it notifies the specified observer whenever a change takes
place to the database.
|
Defined in CContactChangeNotifier
:
NewL()
, ~CContactChangeNotifier()
Inherited from CBase
:
operator new()
static CContactChangeNotifier* NewL(CContactDatabase& aDatabase, MContactDbObserver* aObserver);
Allocates and constructs a new contact database change notifier.
|
|
~CContactChangeNotifier();
Removes the observer from the contact database.