Uses of Interface
top.focess.qq.api.schedule.Task
-
Packages that use Task Package Description top.focess.qq.api.schedule -
-
Uses of Task in top.focess.qq.api.schedule
Subinterfaces of Task in top.focess.qq.api.schedule Modifier and Type Interface Description interfaceCallback<V>The wrapped callback.Methods in top.focess.qq.api.schedule that return Task Modifier and Type Method Description default TaskScheduler. run(Runnable runnable)Run a task nowTaskScheduler. run(Runnable runnable, java.time.Duration delay)Run a task laterTaskScheduler. runTimer(Runnable runnable, java.time.Duration delay, java.time.Duration period)Run a task timerConstructors in top.focess.qq.api.schedule with parameters of type Task Constructor Description TaskNotFoundError(Task task)Constructs a TaskNotFoundException
-