-
public final class LiveDataBus.BusMutableLiveData<T extends Object> extends MutableLiveData<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectmDataLockprivate final IntegermActiveCountprivate final ObjectmPendingData
-
Constructor Summary
Constructors Constructor Description LiveDataBus.BusMutableLiveData()
-
Method Summary
Modifier and Type Method Description Unitobserve(LifecycleOwner owner, Observer<in T> observer)UnitobserveForever(Observer<in T> observer)UnitremoveObserver(Observer<in T> observer)-
Methods inherited from class androidx.lifecycle.MutableLiveData
changeActiveCounter, dispatchingValue, getValue, getVersion, hasActiveObservers, hasObservers, onActive, onInactive, removeObservers -
Methods inherited from class com.liecoder.framework.eventbus.LiveDataBus.BusMutableLiveData
postValue, setValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
observeForever
Unit observeForever(Observer<in T> observer)
-
removeObserver
Unit removeObserver(Observer<in T> observer)
-
-
-
-