Package live
Class SimpleLiveInt
java.lang.Object
live.SimpleLiveInt
- All Implemented Interfaces:
LiveInt,MutableLiveInt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddListener(FunctionIntIntToVoid listener) intgetValue()voidsetValue(int value)
-
Constructor Details
-
SimpleLiveInt
public SimpleLiveInt(int value)
-
-
Method Details
-
addListener
- Specified by:
addListenerin interfaceLiveInt
-
getValue
public int getValue() -
setValue
public void setValue(int value) - Specified by:
setValuein interfaceLiveInt- Specified by:
setValuein interfaceMutableLiveInt
-