|
||
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.
CBase
- Base class for all classes to be instantiated on the heap
CContactChangeNotifier
- Receives events reporting changes to a contact database
Defined in CContactChangeNotifier
:
NewL()
Allocates and constructs a new contact database change notifier~CContactChangeNotifier()
Removes the observer from the contact databaseInherited from CBase
:
Delete()
Deletes the specified objectExtension_()
Extension functionoperator new()
Initialises the object to binary zeroesstatic IMPORT_C CContactChangeNotifier *NewL(CContactDatabase &aDatabase, MContactDbObserver *aObserver);
Allocates and constructs a new contact database change notifier.
|
|