com.efiAnalytics.plugin.ecu
Interface ControllerParameterChangeListener


public interface ControllerParameterChangeListener

Use this interface to register for notification of changes to a Parameter.

Author:
Philip Tobin

Method Summary
 void parameterValueChanged(java.lang.String parameterName)
          called when the value a ControllerParameter has changed if you would like to get the new values, revrieve them from ControllerParameterServer
 

Method Detail

parameterValueChanged

void parameterValueChanged(java.lang.String parameterName)
called when the value a ControllerParameter has changed if you would like to get the new values, revrieve them from ControllerParameterServer