public interface Scheduler
Modifier and Type | Interface and Description |
---|---|
static interface |
Scheduler.TaskBuilder
Represents a fluent interface to schedule tasks on the proxy.
|
Modifier and Type | Method and Description |
---|---|
Scheduler.TaskBuilder |
buildTask(Object plugin,
Runnable runnable)
Initializes a new
Scheduler.TaskBuilder for creating a task on the proxy. |
Scheduler.TaskBuilder buildTask(Object plugin, Runnable runnable)
Scheduler.TaskBuilder
for creating a task on the proxy.plugin
- the plugin to request the task forrunnable
- the task to run when scheduled