Uses of Interface
top.focess.qq.api.schedule.Scheduler
-
Packages that use Scheduler Package Description top.focess.qq.api.exceptions top.focess.qq.api.schedule top.focess.qq.core.schedule -
-
Uses of Scheduler in top.focess.qq.api.exceptions
Constructors in top.focess.qq.api.exceptions with parameters of type Scheduler Constructor Description SchedulerClosedException(Scheduler scheduler)Constructs a SchedulerClosedException -
Uses of Scheduler in top.focess.qq.api.schedule
Methods in top.focess.qq.api.schedule that return Scheduler Modifier and Type Method Description SchedulerTask. getScheduler()Get the scheduler it belongs tostatic SchedulerSchedulers. newFocessScheduler(Plugin plugin)New a FocessScheduler, the scheduler will run all tasks in time order.static SchedulerSchedulers. newThreadPoolScheduler(Plugin plugin, int poolSize)New a ThreadPoolScheduler, the scheduler can run tasks in parallel. -
Uses of Scheduler in top.focess.qq.core.schedule
Classes in top.focess.qq.core.schedule that implement Scheduler Modifier and Type Class Description classASchedulerclassFocessSchedulerclassThreadPoolSchedulerMethods in top.focess.qq.core.schedule that return Scheduler Modifier and Type Method Description SchedulerFocessTask. getScheduler()
-