All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.marid.fx.concurrent.FxTask.kt Maven / Gradle / Ivy

There is a newer version: 0.9.8.10
Show newest version
package org.marid.fx.concurrent

import javafx.concurrent.Task

abstract class FxTask : Task() {
  fun updateProgress(progress: Double) = updateProgress(progress, 1.0)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy