Observable Property
abstract class ObservableProperty<V>(initialValue: V) : ReadWriteProperty<Any?, V>
Content copied to clipboard
Implements the core logic of a property delegate for a read/write property that calls callback functions when changed.
Parameters
initial Value
the initial value of the property.
Constructors
ObservableProperty
Link copied to clipboard