BidirectionalBind

Properties

Link copied to clipboard
abstract val propertyA: Property<*>?

One of the properties forming the bidirectional bind. We only keep weak references, so if the property is garbage collected, then this may return null.

Link copied to clipboard
abstract val propertyB: Property<*>?

One of the properties forming the bidirectional bind. We only keep weak references, so if the property is garbage collected, then this may return null.

Functions

Link copied to clipboard
abstract fun tidyUp()
Link copied to clipboard
abstract fun unbind()