|
ADTF
|
#include <property_intf.h>
Inherited by adtf::base::spider::property< T, typename std::enable_if<!detail::is_user_defined_property_value< T >::value >::type > [private], adtf::base::ant::cPropertyVariable, and adtf::base::spider::property< T, Enable > [private].
Public Member Functions | |
| virtual void | Notify (const IProperty &oProperty)=0 |
Protected Member Functions | |
| ~IPropertyObserver ()=default | |
| Protected destructor. | |
Observer Interface to react on property changes.
|
pure virtual |
Implements the observer pattern
| [in] | oProperty | The changed property. |
Implemented in adtf::base::ant::property_variable< T >, adtf::base::giant::property_variable< T >, adtf::base::hollow::property_variable< T >, and adtf::base::property_variable< T >.