Abstract property notification handler. More...
#include <kanzi/core/property/abstract_property_notification_handler.hpp>
Public Member Functions | |
| AbstractPropertyType | getPropertyType () const |
| Get the property type this handler is listening. | |
| virtual void | onPropertyChanged (PropertyNotificationReason reason)=0 |
| Method to be executed when property is changed. | |
Protected Member Functions | |
| AbstractPropertyNotificationHandler () | |
| Empty constructor. | |
| AbstractPropertyNotificationHandler (AbstractPropertyType propertyType) | |
| Constructor. | |
| virtual | ~AbstractPropertyNotificationHandler () |
Abstract property notification handler.
|
inlineexplicitprotected |
Empty constructor.
|
inlineexplicitprotected |
Constructor.
| propertyType | Property type to attach on. |
|
protectedvirtual |
|
pure virtual |
Method to be executed when property is changed.
| reason | Why property was changed. |
Implemented in kanzi::RenderStatePropertyNotificationHandler, and kanzi::PropertyListener.
|
inline |
Get the property type this handler is listening.