![]() |
Public API Reference |
![]() |
Configuration notifier interface. More...
#include <iutil/cfgnotifier.h>
Public Member Functions | |
virtual void | AddListener (iConfigListener *)=0 |
Adds the given iConfigListener to the notifier's list. | |
virtual void | RemoveListener (iConfigListener *)=0 |
Removes the given iConfigListener from the notifier's list. |
Configuration notifier interface.
Definition at line 52 of file cfgnotifier.h.
virtual void iConfigNotifier::AddListener | ( | iConfigListener * | ) | [pure virtual] |
Adds the given iConfigListener to the notifier's list.
Implemented in csConfigManager.
virtual void iConfigNotifier::RemoveListener | ( | iConfigListener * | ) | [pure virtual] |
Removes the given iConfigListener from the notifier's list.
Implemented in csConfigManager.