Companion
object Companion
Content copied to clipboard
Functions
valueDidChange
Link copied to clipboard
fun <T> valueDidChange(block: DeferredObservableProperty.Listener<T>.(oldValue: Optional<T>, T) -> Unit): DeferredObservableProperty.Listener<T>
Content copied to clipboard
valueWillChange
Link copied to clipboard
fun <T> valueWillChange(block: DeferredObservableProperty.Listener<T>.(oldValue: Optional<T>, T) -> Unit): DeferredObservableProperty.Listener<T>
Content copied to clipboard