Mutable Observable Property
ObservableProperty with the added functionality of a mutable value.
Functions
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.
Link copied to clipboard
Remove a ValueChangeListener from listeners to value change on this property.