Uses of Interface
top.focess.qq.api.schedule.Callback
-
Packages that use Callback Package Description top.focess.qq.api.schedule top.focess.qq.core.schedule -
-
Uses of Callback in top.focess.qq.api.schedule
Methods in top.focess.qq.api.schedule that return Callback Modifier and Type Method Description default <V> Callback<V>Scheduler. submit(Callable<V> callable)Submit a task now<V> Callback<V>Scheduler. submit(Callable<V> callable, java.time.Duration delay)Submit a task laterConstructors in top.focess.qq.api.schedule with parameters of type Callback Constructor Description TaskNotFinishedException(Callback<V> callback)Constructs a TaskNotFinishedException -
Uses of Callback in top.focess.qq.core.schedule
Classes in top.focess.qq.core.schedule that implement Callback Modifier and Type Class Description classFocessCallback<V>Methods in top.focess.qq.core.schedule that return Callback Modifier and Type Method Description <V> Callback<V>FocessScheduler. submit(Callable<V> callable, java.time.Duration delay)<V> Callback<V>ThreadPoolScheduler. submit(Callable<V> callable, java.time.Duration delay)
-