|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | set (int value) |
| void | inc (int amount) |
Public Member Functions inherited from IntegerValue | |
| int | get () |
| void | addValueObserver (IntegerValueChangedCallback callback, int valueWhenUnassigned) |
Public Member Functions inherited from Value< IntegerValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Instances of this interface represent integer values.
Definition at line 8 of file SettableIntegerValue.java.
| void inc | ( | int | amount | ) |
Increases/decrease the internal value by the given amount.
| amount | the integer amount to increase |
| void set | ( | int | value | ) |
Sets the internal value.
| value | the new integer value. |