ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
IPropertyObserverabstract

Observer Interface to react on property changes. More...

#include <property_intf.h>

Inheritance diagram for IPropertyObserver:
[legend]

Public Member Functions

virtual void Notify (const IProperty &oProperty)=0
 Implements the observer pattern.
 

Protected Member Functions

 ~IPropertyObserver ()=default
 Protected destructor.
 

Detailed Description

Observer Interface to react on property changes.

See also
IProperties::RegisterPropertyObserver

Definition at line 189 of file property_intf.h.

Member Function Documentation

◆ Notify()