API published in: S60 1st Ed
API deprecated in: S60 5th Ed
Link against: pbkeng.lib
Required Capabilities
ReadUserData WriteUserData
#include <mpbkcontactdbobserver.h>
Inherited by CSpdiaControl.
Protected Member Functions |
|
virtual void | HandleDatabaseEventL (TContactDbObserverEvent aEvent)=0 |
Called by CPbkContactEngine when it receives a database change event. |
|
virtual void | DatabaseEventHandledL (TContactDbObserverEvent) |
Called by CPbkContactEngine after HandleDatabaseEventL has been called for all observers. |
|
virtual | ~MPbkContactDbObserver () |
Protected destructor. |
|
Friends |
|
class | CPbkContactEngine |
CPbkContactEngine calls protected functions of this class. |
|
Protected destructor. Observers are not destroyed via this interface. |
|
Called by CPbkContactEngine after HandleDatabaseEventL has been called for all observers. In other words: CPbkContactEngine calls first HandleDatabaseEventL for all its observers and then this function again for all observers. You can think of it as an "all observers have seen aEvent" -notification. This used in Phonebook view activation for now. Default implementation does nothing.
|
|
Called by CPbkContactEngine when it receives a database change event. From MContactDbObserver.
|
|
CPbkContactEngine calls protected functions of this class. |