BaseObservable

Created by svennahler on 22.12.16.

open class BaseObservable

Constructors

BaseObservable
Link copied to clipboard
open fun BaseObservable()

Functions

addOnPropertyChangedCallback
Link copied to clipboard
open fun addOnPropertyChangedCallback(callback: OnPropertyChangedCallback)
notifyChange
Link copied to clipboard

Notifies listeners that all properties of this instance have changed.

open fun notifyChange()
notifyPropertyChanged
Link copied to clipboard

Notifies listeners that a specific property has changed..

open fun notifyPropertyChanged(fieldId: Int)
removeOnPropertyChangedCallback
Link copied to clipboard
open fun removeOnPropertyChangedCallback(callback: OnPropertyChangedCallback)