ObservableContentDisplay

Boilerplate which avoids having to use generics. Instead of ObservableValue<ContentDisplay>, use ObservableContentDisplay.

Inheritors

Properties

Link copied to clipboard
abstract val value: ContentDisplay

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun addListener(listener: InvalidationListener)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun getValue(thisRef: Any, kProperty: KProperty<*>): ContentDisplay
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun removeListener(listener: InvalidationListener)
Link copied to clipboard