Interface ControllerParameterChangeListener


public interface ControllerParameterChangeListener
Use this interface to register for notification of changes to a Parameter.
Author:
Philip Tobin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    called when the value a ControllerParameter has changed if you would like to get the new values, revrieve them from ControllerParameterServer
  • Method Details

    • parameterValueChanged

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