Package com.sk89q.worldedit.util.task


package com.sk89q.worldedit.util.task
  • Interface Summary
    Interface
    Description
    Manages 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 Summary
    Class
    Description
    An abstract task that stores a name and owner.
    A task that wraps a ListenableFuture.
    An implementation of a Supervisor.
    Compares task states according to the order of the Task.State enumeration.
  • Enum Class Summary
    Enum Class
    Description
    Represents the state of a task.