Package javafx.concurrent
package javafx.concurrent
-
ClassDescriptionWorker<V>A Worker is an object which performs some work in one or more background threads, and whose state is observable and available to JavaFX applications and is usable from the main JavaFX Application thread.The state of a Worker.