cca-spec-babel  0.8.6-unstable(developer)
Public Member Functions
gov.cca.ports.ParameterSetListener Interface Reference

This interface is typically implemented by a component writer using the ParameterPortFactory in a dynamic fashion. More...

List of all members.

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.

Detailed Description

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.

See also:
ParameterGetListener

Member Function Documentation

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.

Parameters:
portNamethe name of the port (typemap) on which the value was set.
fieldNamethe name of the value in the typemap.

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