ObservableIml

interface ObservableIml : Observable

A convenience class that implements android.databinding.Observable interface and provides .notifyPropertyChanged and .notifyChange methods.

Functions

addOnPropertyChangedCallback
Link copied to clipboard
open override fun addOnPropertyChangedCallback(callback: Observable.OnPropertyChangedCallback)
notifyChange
Link copied to clipboard
open fun notifyChange()
Notifies listeners that all properties of this instance have changed.
notifyPropertyChanged
Link copied to clipboard
open fun notifyPropertyChanged(fieldId: Int)
Notifies listeners that a specific property has changed.
removeOnPropertyChangedCallback
Link copied to clipboard
open override fun removeOnPropertyChangedCallback(callback: Observable.OnPropertyChangedCallback)

Properties

registry
Link copied to clipboard
abstract val registry: PropertyChangeRegistry