MActiveApDbObserver Class Reference
Link against: apengine.lib
Capability Information
Required Capabilities
None
Exceptions
Functions modifying database (Create, Update, Delete) need WriteDeviceData.
(CApDataHandler, CApUtils Setxxx functions)
#include <ActiveApDb.h>
Detailed Description
Mixin protocol for handling events from a CCommsDatabase.
Events are related to database changes and availability.
Member Enumeration Documentation
|
Events reported to the database observer.
- Enumerator:
-
EDbChanged |
Database has changed. | EDbClosing |
Database is about to close. | EDbAvailable |
Database is available again.(E.g. after unlock). |
|
Member Function Documentation
virtual IMPORT_C void MActiveApDbObserver::HandleApDbEventL | ( | TEvent | anEvent | ) | [pure virtual] |
|
|
Derived classes should implement this method, and act accordingly to database events.
- Parameters:
-
| anEvent | Database-related event. |
- Deprecated:
|
The documentation for this class was generated from the following file: