Public Member Functions | |
void | updatedParameterValue (in string portName, in string fieldName) |
The component wishing to be told after a parameter is changed implements this function. |
The ParameterSet listener is called after the writeMap function is called so the component can react to configuration changes.
void gov.cca.ports.ParameterSetListener.updatedParameterValue | ( | in string | portName, | |
in string | fieldName | |||
) |
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. |