Uses of Class
javafx.concurrent.Service
Package | Description |
---|---|
javafx.concurrent |
Provides the set of classes for javafx.task.
|
-
Uses of Service in javafx.concurrent
Subclasses of Service in javafx.concurrent Modifier and Type Class Description class
ScheduledService<V>
The ScheduledService is aService
which will automatically restart itself after a successful execution, and under some conditions will restart even in case of failure.