Package live
Interface LiveInt
- All Known Subinterfaces:
MutableLiveInt
- All Known Implementing Classes:
SimpleLiveInt
public interface LiveInt
-
Method Summary
Modifier and TypeMethodDescriptionaddListener(FunctionIntIntToVoid listener) intgetValue()voidsetValue(int value)
-
Method Details
-
getValue
int getValue() -
setValue
void setValue(int value) -
addListener
-