Uses of Interface
javafx.concurrent.Worker
Package
Description
Provides the set of classes for javafx.concurrent.
This package provides means for loading and displaying Web content.
-
Uses of Worker in javafx.concurrent
Modifier and TypeClassDescriptionclass
The ScheduledService is aService
that will automatically restart itself after a successful execution, and under some conditions will restart even in case of failure.class
Service<V>
AService
is a non-visual component encapsulating the information required to perform some work on one or more background threads.class
Task<V>
A fully observable implementation of aFutureTask
.Modifier and TypeMethodDescriptionWorkerStateEvent.getSource()
The Worker on which the Event initially occurred.ModifierConstructorDescriptionWorkerStateEvent
(Worker worker, EventType<? extends WorkerStateEvent> eventType) Create a new WorkerStateEvent. -
Uses of Worker in javafx.scene.web
Modifier and TypeMethodDescriptionWebEngine.getLoadWorker()
Returns aWorker
object that can be used to track loading progress.