Uses of Interface
top.focess.qq.api.schedule.Callback
-
Packages that use Callback Package Description top.focess.qq.api.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
-