| Package | Description |
|---|---|
| com.sk89q.worldguard.util.task |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTask<V>
An abstract task that stores a name and owner.
|
class |
FutureForwardingTask<V>
A task that wraps a
ListenableFuture. |
| Modifier and Type | Method and Description |
|---|---|
List<Task<?>> |
SimpleSupervisor.getTasks() |
List<Task<?>> |
Supervisor.getTasks()
Get a list of running or queued tasks.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TaskStateComparator.compare(Task<?> o1,
Task<?> o2) |
int |
TaskStateComparator.compare(Task<?> o1,
Task<?> o2) |
void |
SimpleSupervisor.monitor(Task<?> task) |
void |
Supervisor.monitor(Task<?> task)
Monitor the given task.
|
Copyright © 2015. All Rights Reserved.