MActiveApDbObserver Class Reference

#include <mw/ActiveApDb.h>

class MActiveApDbObserver
Public Member Enumerations
enumTEvent { EDbChanged, EDbClosing, EDbAvailable }
Public Member Functions
pure virtual IMPORT_C voidHandleApDbEventL(TEvent)

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.

EnumeratorValueDescription
EDbChangedDatabase has changed.
EDbClosingDatabase is about to close.
EDbAvailableDatabase is available again.(E.g. after unlock).

Member Function Documentation

HandleApDbEventL ( TEvent )

IMPORT_C voidHandleApDbEventL(TEventanEvent)[pure virtual]

Derived classes should implement this method, and act accordingly to database events. Deprecated

ParameterDescription
anEventDatabase-related event.