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(@NotNull Plugin plugin)New a FocessSchedulerstatic SchedulerSchedulers. newThreadPoolScheduler(@NotNull Plugin plugin, int poolSize)New a ThreadPoolScheduler -
Uses of Scheduler in top.focess.qq.core.schedule
Classes in top.focess.qq.core.schedule that implement Scheduler Modifier and Type Class Description classFocessSchedulerclassThreadPoolSchedulerMethods in top.focess.qq.core.schedule that return Scheduler Modifier and Type Method Description SchedulerFocessCallback. getScheduler()SchedulerFocessTask. getScheduler()
-