Public Member Functions | |
TestObserver () | |
virtual void | valueChanged (const icl_core::String &key) |
Public Member Functions inherited from icl_core::config::ConfigObserver | |
virtual | ~ConfigObserver () |
Definition at line 27 of file test_icl_core_config.cpp.
|
inline |
Definition at line 30 of file test_icl_core_config.cpp.
|
inlinevirtual |
The value of the given configuration key has changed. This method will be called for any key if you registered for it using ConfigManager's RegisterObserver() method
Implements icl_core::config::ConfigObserver.
Definition at line 38 of file test_icl_core_config.cpp.