#include <app/mmmssettingsobserver.h>
class MMmsSettingsObserver |
Public Member Enumerations | |
---|---|
enum | TMmsSettingsEvent { ESettingsUpdated } |
Public Member Functions | |
---|---|
pure virtual void | HandleNotify(TMmsSettingsEvent) |
Provides the interface for notification of changes that occur in the Central Repository.
See also: CMmsAccounts::AddObserverL() CMmsAccounts::RemoveObserver()
Settings event.
Enumerator | Value | Description |
---|---|---|
ESettingsUpdated |
Settings have been updated. |
void | HandleNotify | ( | TMmsSettingsEvent | aEvent | ) | [pure virtual] |
Indicates that a settings event has occurred.
Parameters | |
---|---|
aEvent | The Settings Event |