MFavouritesDbObserver Class Reference

class MFavouritesDbObserver

MFavouritesDbObserver is a Mixin for handling events from an CFavouritesDb. Users of CActiveFavouritesDbNotifier must derive from this.

Public Member Functions
IMPORT_C void HandleFavouritesDbEventL ( RDbNotifier::TEvent )

Member Functions Documentation

HandleFavouritesDbEventL(RDbNotifier::TEvent)

IMPORT_C void HandleFavouritesDbEventL ( RDbNotifier::TEvent aEvent ) [pure virtual]
Derived classes should implement this method, and act accordingly to database events. (Note that when a using a CActiveFavouritesDbNotifier , after a RDbNotifier::EClose event the notifier is Cancel()-led.)
Since
0.9

Parameters

RDbNotifier::TEvent aEvent Database event.