Package 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
Modifier and TypeMethodDescriptionvoidparameterValueChanged(String parameterName) called when the value a ControllerParameter has changed if you would like to get the new values, revrieve them fromControllerParameterServer
-
Method Details
-
parameterValueChanged
called when the value a ControllerParameter has changed if you would like to get the new values, revrieve them fromControllerParameterServer
-