CrystalSpace

Public API Reference

iConfigNotifier Struct Reference
[Utilities]

Configuration notifier interface. More...

#include <iutil/cfgnotifier.h>

Inheritance diagram for iConfigNotifier:

List of all members.

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.

Detailed Description

Configuration notifier interface.

Definition at line 52 of file cfgnotifier.h.


Member Function Documentation

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.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1