tornadofx / tornadofx / FXEvent

FXEvent

open class FXEvent

Constructors

<init> FXEvent(runOn: RunOn = ApplicationThread, scope: Scope? = null)

Properties

runOn open val runOn: RunOn
scope open val scope: Scope?

Extension Functions

getProperty fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T>
observable fun <T : Any> Any.observable(propName: String): ObjectProperty<T>

Inheritors

MessageEvent class MessageEvent : FXEvent