RFavouritesDbNotifier Class Reference
API published in: S60 1st Ed
Link against: favouritesengine.lib
Capability Information
Required Capabilities
ReadUserData WriteUserData
#include <favouritesdbnotifier.h>
Inherits RFavouritesHandle.
Detailed Description
RFavouritesDbNotifier is the Favourites database change notifier for the Favourites Engine.
It provides notification of database changes.
|
Public Member Functions
|
IMPORT_C TInt |
Open (RFavouritesDb &aDb)
|
|
Open the notifier.
|
IMPORT_C void |
NotifyAllEvents (TRequestStatus &aStatus)
|
|
Request notification about all database events.
|
IMPORT_C void |
NotifyChange (TRequestStatus &aStatus)
|
|
Request notification about database changes.
|
IMPORT_C void |
Cancel ()
|
|
Cancel the outstanding request (if any).
|
Member Function Documentation
IMPORT_C void RFavouritesDbNotifier::Cancel |
( |
|
) |
|
|
|
Cancel the outstanding request (if any).
- Returns:
- void
|
IMPORT_C void RFavouritesDbNotifier::NotifyAllEvents |
( |
TRequestStatus & |
aStatus
|
) |
|
|
|
Request notification about all database events.
- Parameters:
-
- Returns:
- void
|
IMPORT_C void RFavouritesDbNotifier::NotifyChange |
( |
TRequestStatus & |
aStatus
|
) |
|
|
|
Request notification about database changes.
- Parameters:
-
- Returns:
- void
|
IMPORT_C TInt RFavouritesDbNotifier::Open |
( |
RFavouritesDb &
|
aDb
|
) |
|
|
|
Open the notifier.
- Parameters:
-
|
aDb
|
The database to be watched. |
- Returns:
- Error code.
|
The documentation for this class was generated from the following file: