CActiveFavouritesDbNotifier Class Reference
#include
<mw/activefavouritesdbnotifier.h>
class CActiveFavouritesDbNotifier : public CActive |
Inherits from
- CActiveFavouritesDbNotifier
Protected Member Functions |
---|
virtual IMPORT_C void | DoCancel() |
virtual IMPORT_C void | RunL() |
Detailed Description
ActiveFavouritesDbNotifier is an Active object encapsulating a favourites database notifier. Once this notifier is Start()-ed, it keeps watching the database and notifies the observer, until the database is closed by all clients (i.e. released by DBMS), or it is DoCancel()-led.
Constructor & Destructor Documentation
CActiveFavouritesDbNotifier ( RFavouritesDb &, MFavouritesDbObserver & )
Parameter | Description | aDb | The favourites database to watch for. |
aObserver | The Observer to be notified about database events. |
~CActiveFavouritesDbNotifier ( )
IMPORT_C | ~CActiveFavouritesDbNotifier | ( | ) | [virtual] |
Member Function Documentation
DoCancel ( )
IMPORT_C void | DoCancel | ( | ) | [protected, virtual] |
Cancel any outstading request. It's implementation of the Cancel protocol;
- Since
- 0.9
RunL ( )
IMPORT_C void | RunL | ( | ) | [protected, virtual] |
Invoked when the outstanding request completes.
- Since
- 0.9
Start ( )
Start the notifier. The notification request is automatically renewed until it is cancelled, or the database is closed by all clients (i.e. released by DBMS).
- Since
- 0.9