22 const std::string &prevValue) {
std::string m_propertyName
ConfigPropertyObserver(std::string propertyName)
Begins listening for change notifications from the global ConfigService concerning the property with ...
void onValueChanged(const std::string &name, const std::string &newValue, const std::string &prevValue) override
Filters out change notifications concerning other properties.
virtual void onPropertyValueChanged(const std::string &newValue, const std::string &prevValue)=0