kotlin.properties.ObservableProperty

ObservableProperty

abstract class ObservableProperty<T> : 
    ReadWriteProperty<Any?, T>

Implements the core logic of a property delegate for a read/write property that calls callback functions when changed.

Parameters

initialValue - the initial value of the property.

Constructors

<init>

登录查看完整内容