Control Surface API  2.2.2
SettableBooleanValue Interface Reference
Inheritance diagram for SettableBooleanValue:

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)
 

Detailed Description

Instances of this interface represent boolean values.

Since
API version 1

Definition at line 8 of file SettableBooleanValue.java.

Member Function Documentation

void set ( boolean  value)

Sets the internal value.

Parameters
valuethe new boolean value.
Since
API version 1
void toggle ( )

Toggles the current state. In case the current value is false, the new value will be true and the other way round.

Since
API version 1

The documentation for this interface was generated from the following file: