|
NEOCCA bindings Specification
0.2.8
|
This interface is typically implemented by a component using the ParameterPortFactory in a very dynamic fashion. More...
#include <ParameterSetListener.hh>
Public Member Functions | |
| virtual | ~ParameterSetListener () |
| virtual void | updatedParameterValue (std::string portName, std::string fieldName)=0 |
| The component wishing to be told after a parameter is changed implements this function. More... | |
This interface is typically implemented by a component using the ParameterPortFactory in a very dynamic fashion.
|
pure virtual |
The component wishing to be told after a parameter is changed implements this function.
| portName | the name of the port (typemap) on which the value was set. |
| fieldName | the name of the value in the typemap. |
1.8.13