CCAFFEINE  0.8.8
Public Member Functions
ParameterSetListener Class Reference

#include <ParameterSetListener.h>

List of all members.

Public Member Functions

virtual void updatedParameterValue (ParameterPort *pp, const char *fieldName, const char *value)=0

Detailed Description

This interface is typically only implemented by the owner of a ConfigurableParameterPort instance.

The ParameterSet listeners on a ParameterPort instance are called after the setConfigurationString function is called.

The argument pp allows a listener ParameterPort to manage more than one. In this case, the updatedParameterValue() implementation is responsible for discriminating.

See also:
ParameterSetListener

Member Function Documentation

virtual void ParameterSetListener::updatedParameterValue ( ParameterPort pp,
const char *  fieldName,
const char *  value 
) [pure virtual]

The component wishing to listen implements this function.


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