Package 

Class LiveDataBus.BusMutableLiveData

    • Method Summary

      Modifier and Type Method Description
      Unit observe(LifecycleOwner owner, Observer<in T> observer)
      Unit observeForever(Observer<in T> observer)
      Unit removeObserver(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
    • Constructor Detail

      • LiveDataBus.BusMutableLiveData

        LiveDataBus.BusMutableLiveData()