Uses of Class
javafx.concurrent.Service
-
Packages that use Service 软件包 描述 javafx.concurrent 提供javafx.task的一组类。 -
-
Uses of Service in javafx.concurrent
Subclasses of Service in javafx.concurrent Modifier and Type Class 描述 class
ScheduledService<V>
ScheduledService是一个Service
,它将在成功执行后自动重新启动,并且在某些情况下即使发生故障也将重新启动。
-