tornadofx / tornadofx / EventContext

EventContext

class EventContext

Constructors

<init> EventContext()

Functions

unsubscribe fun unsubscribe(): Unit

Extension Functions

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