JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
live
Interface MutableLiveInt
All Superinterfaces:
LiveInt
All Known Implementing Classes:
SimpleLiveInt
public interface
MutableLiveInt
extends
LiveInt
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setValue
(int value)
Methods inherited from interface live.
LiveInt
addListener
,
getValue
Method Details
setValue
void
setValue
(int value)
Specified by:
setValue
in interface
LiveInt