|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | set (boolean value) |
| void | toggle () |
Public Member Functions inherited from BooleanValue | |
| boolean | get () |
Public Member Functions inherited from Value< BooleanValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Instances of this interface represent boolean values.
Definition at line 8 of file SettableBooleanValue.java.
| void set | ( | boolean | value | ) |
Sets the internal value.
| value | the new boolean value. |
| void toggle | ( | ) |
Toggles the current state. In case the current value is false, the new value will be true and the other way round.