MActiveApDbObserver Class Reference
#include
<mw/ActiveApDb.h>
class MActiveApDbObserver |
Detailed Description
Mixin protocol for handling events from a CCommsDatabase. Events are related to database changes and availability.
Member Enumeration Documentation
Enum TEvent
Events reported to the database observer.
Enumerator | Value | Description |
---|
EDbChanged | | Database has changed. |
EDbClosing | | Database is about to close. |
EDbAvailable | | Database is available again.(E.g. after unlock). |
Member Function Documentation
HandleApDbEventL ( TEvent )
IMPORT_C void | HandleApDbEventL | ( | TEvent | anEvent | ) | [pure virtual] |
Derived classes should implement this method, and act accordingly to database events. Deprecated
Parameter | Description | anEvent | Database-related event. |