Package com.sk89q.worldedit.util.task
package com.sk89q.worldedit.util.task
-
Interface SummaryInterfaceDescriptionManages running tasks and informs users of their progress, but does not execute the task.Task<V>A task is a job that can be scheduled, run, or cancelled.
-
Class SummaryClassDescriptionAbstractTask<V>An abstract task that stores a name and owner.A task that wraps a
ListenableFuture
.An implementation of aSupervisor
.Compares task states according to the order of theTask.State
enumeration. -
Enum Class Summary