ADTF
|
Observer Interface to react on property changes. More...
Public Member Functions | |
virtual void | Notify (const IProperty &oProperty)=0 |
Implements the observer pattern. More... | |
Protected Member Functions | |
~IPropertyObserver ()=default | |
Protected destructor. | |
Observer Interface to react on property changes.
Definition at line 173 of file property_intf.h.
|
pure virtual |
Implements the observer pattern.
[in] | oProperty | The changed property. |
Implemented in property_variable< T >, property_variable< adtf::util::cString >, property_variable< T >, property_variable< T >, and property< T, Enable >.