| class MBookmarkObserver |
Applications can derive from this class in order to receive notifications if the the database changes. The system shares a single bookmark database so it is possible for another application or service to change the database while you are using it. By registering as an observer, and deriving from MBookmarkObserver , you can be notified if such an event occurs.
Your view of the database will not be automatically updated. You will need to call RBkDatabase::RefreshL() in order for changes to be updated.
| Public Member Functions | |
|---|---|
| void | MBONotify ( TEvent ) |
| Public Member Enumerations | |
|---|---|
| enum | TEvent { EEventUpdatedBookmarkTree , EEventUpdatedConfig , EEventUpdatedIcons } |
| void | MBONotify | ( | TEvent | aEvent | ) | [pure virtual] |
The call-back function that will be called when the database has changed.
| TEvent aEvent | The type of bookmark database change. |
Bookmark database change notification events.
| EEventUpdatedBookmarkTree |
One or more folders or bookmarks have had their properties modified |
| EEventUpdatedConfig |
One or more database-wide properties has been modified |
| EEventUpdatedIcons |
Icon data has been added or modified |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.