ObservableValue

class ObservableValue<T>(initialValue: T) : Observable<T> (source)

Another way to implement observable delegation. When the observed value property is changed, observers are notified.

Constructors

Link copied to clipboard
constructor(initialValue: T)

Properties

Link copied to clipboard