Public Member Functions | |
TestObserver () | |
virtual void | valueChanged (const icl_core::String &key) |
Definition at line 27 of file test_icl_core_config.cpp.
TestObserver::TestObserver | ( | ) | [inline] |
Definition at line 30 of file test_icl_core_config.cpp.
virtual void TestObserver::valueChanged | ( | const icl_core::String & | key | ) | [inline, virtual] |
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.