class FXTimerTask : TimerTask
<init> |
FXTimerTask(op: () -> Unit, timer: Timer) |
completed |
val completed: Boolean |
completedProperty |
val completedProperty: ReadOnlyBooleanProperty |
op |
val op: () -> Unit |
running |
val running: Boolean |
runningProperty |
val runningProperty: ReadOnlyBooleanProperty |
timer |
val timer: Timer |
run |
fun run(): Unit |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |