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

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)
 

Detailed Description

Instances of this interface represent integer values.

Since
API version 1

Definition at line 8 of file SettableIntegerValue.java.

Member Function Documentation

void inc ( int  amount)

Increases/decrease the internal value by the given amount.

Parameters
amountthe integer amount to increase
Since
API version 1
void set ( int  value)

Sets the internal value.

Parameters
valuethe new integer value.
Since
API version 1

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