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