NDEVR
API Documentation
PropertyChangeListenerabstract

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.

Detailed Description

Listens for a change of a particular property to a given target (DEPRECIATED).


Definition at line 10 of file DesignChangeListener.h.

Member Function Documentation

◆ onPropertyChanged()

virtual void PropertyChangeListener::onPropertyChanged ( DesignObject & target,
NDPO prop )
pure virtual

Called when a property on the target DesignObject has changed.

Parameters
[in]targetThe DesignObject whose property changed.
[in]propThe property identifier that was modified.

The documentation for this class was generated from the following file: