|
Control Surface API
2.2.2
|
Public Member Functions | |
| void | setObservedParameterIds (String[] parameterIds) |
This interface is used to configure observation of pretty-printed device parameter values.
Definition at line 8 of file DirectParameterValueDisplayObserver.java.
| void setObservedParameterIds | ( | String[] | parameterIds | ) |
Starts observing the parameters according to the given parameter ID array, or stops observing in case null is passed in for the parameter ID array.
| parameterIds | the array of parameter IDs or null to stop observing parameter display values. |