Mutable Observable Property
ObservableProperty with the added functionality of a mutable value.
Functions
addListener
Link copied to clipboard
abstract fun addListener(listener: ObservableProperty.ValueChangeListener<T>): CancellationToken
Content copied to clipboard
Add a ValueChangeListener for value change on this property.
removeListener
Link copied to clipboard
abstract fun removeListener(listener: ObservableProperty.ValueChangeListener<T>): Boolean
Content copied to clipboard
Remove a ValueChangeListener from listeners to value change on this property.