Package javafx.concurrent


package javafx.concurrent
  • Class
    Description
    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.