![]() |
NDEVR
API Documentation
|
Listens for a change of a particular property to a given target (DEPRECIATED). More...
Public Member Functions | |
| virtual void | onPropertyChanged (DesignObject &target, NDPO prop)=0 |
| Called when a property on the target DesignObject has changed. | |
Listens for a change of a particular property to a given target (DEPRECIATED).
Definition at line 10 of file DesignChangeListener.h.
|
pure virtual |
Called when a property on the target DesignObject has changed.
| [in] | target | The DesignObject whose property changed. |
| [in] | prop | The property identifier that was modified. |