cca-spec-babel
0.8.6-unstable(developer)
|
This interface is typically implemented by a component writer using the ParameterPortFactory in a dynamic fashion. More...
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. |
This interface is typically implemented by a component writer using the ParameterPortFactory in a dynamic fashion.
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. |