open class FXEvent
<init> |
FXEvent(runOn: RunOn = ApplicationThread, scope: Scope? = null) |
runOn |
open val runOn: RunOn |
scope |
open val scope: Scope? |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |
MessageEvent |
class MessageEvent : FXEvent |