IPropertyChanged interface is used to emit signal/event when a property of an object changes.
More...
#include <hydrocouple.h>
IPropertyChanged interface is used to emit signal/event when a property of an object changes.
◆ ~IPropertyChanged()
virtual HydroCouple::IPropertyChanged::~IPropertyChanged |
( |
| ) |
|
|
pure virtual |
◆ deRegisterPropertyChangedListener()
virtual void HydroCouple::IPropertyChanged::deRegisterPropertyChangedListener |
( |
const function< void(const any &, const string &propertyName)> & |
propertyChangedListener | ) |
|
|
pure virtual |
◆ registerPropertyChangedListener()
virtual void HydroCouple::IPropertyChanged::registerPropertyChangedListener |
( |
const function< void(const any &, const string &)> & |
propertyChangedListener | ) |
|
|
pure virtual |
IPropertyChanged::registerPropertyChangedListener() registers a listener to be called when a property of an object changes.
- Parameters
-
propertyChangedListener | is a function that is called when a property of an object changes. he function takes two parameters, the first is the object whose property changed and the second is the name of the property that changed. |
The documentation for this class was generated from the following file:
- /home/runner/work/HydroCouple/HydroCouple/HydroCouple/include/hydrocouple.h