API published in: S60 1st Ed
API deprecated in: S60 3rd Ed FP 2
Link against: apengine.lib
Required Capabilities
None
Exceptions
Functions modifying database (Create, Update, Delete) need WriteDeviceData. (CApDataHandler, CApUtils Setxxx functions)
#include <activeapdb.h>
Events are related to database changes and availability.
Public Types |
|
enum | TEvent { EDbChanged, EDbClosing, EDbAvailable } |
Events reported to the database observer. More... |
|
Public Member Functions |
|
virtual IMPORT_C void | HandleApDbEventL (TEvent anEvent)=0 |
Derived classes should implement this method, and act accordingly to database events. |
|
Events reported to the database observer. |
|
Derived classes should implement this method, and act accordingly to database events.
|