MutableObservableProperty
ObservableProperty with the added functionality of a mutable value.
Functions
addListener
Link copied to clipboard
abstract fun addListener(listener: ObservableProperty.Listener<T>): CancellationToken
Content copied to clipboard
Add a ValueChangeListener for value change on this property.
removeListener
Link copied to clipboard