Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Environment Change Notifier Overview


Purpose

Notifies a program of changes in the system environment relating to time, locale, power, and thread death.

[Top]


Description

Programs can use this API to request to be informed of the following changes:

Requests are made through an active object that calls a call back function (encapsulated in a TCallBack) when a change occurs. The class is CEnvironmentChangeNotifier. The TChanges enum lists the possible events.

[Top]


See also

System Agent Overview