tornadofx / tornadofx / FXTimerTask

FXTimerTask

class FXTimerTask : TimerTask

Constructors

<init> FXTimerTask(op: () -> Unit, timer: Timer)

Properties

completed val completed: Boolean
completedProperty val completedProperty: ReadOnlyBooleanProperty
op val op: () -> Unit
running val running: Boolean
runningProperty val runningProperty: ReadOnlyBooleanProperty
timer val timer: Timer

Functions

run fun run(): Unit

Extension Functions

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