17 #ifndef _DECAF_UTIL_LOGGING_PROPERTIESCHANGELISTENER_H_
18 #define _DECAF_UTIL_LOGGING_PROPERTIESCHANGELISTENER_H_
41 virtual void onPropertiesReset() = 0;
55 virtual void onPropertyChanged(
const std::string& name,
56 const std::string& oldValue,
57 const std::string& newValue ) = 0;
virtual ~PropertiesChangeListener()
Definition: PropertiesChangeListener.h:35
Defines the interface that classes can use to listen for change events on Properties.
Definition: PropertiesChangeListener.h:32
#define DECAF_API
Definition: Config.h:29