java.lang.Object | ||
↳ | ||
↳ | com.pdftron.pdf.widget.base.ObservingLiveData<T extends com.pdftron.pdf.widget.base.BaseObservable> |
A Live Data object that is updated when it's observable data class is updated.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ObservingLiveData() | |||||||||||
ObservingLiveData(T value) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | setValue(T value) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|