public interface Task<V> extends com.google.common.util.concurrent.ListenableFuture<V>, ProgressObservable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Task.State
Represents the state of a task.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate()
Get the time at which the task was created.
|
String |
getName()
Get the name of the task so it can be printed to the user.
|
Object |
getOwner()
Get the owner of the task.
|
Task.State |
getState()
Get the state of the task.
|
UUID |
getUniqueId()
Get the unique ID of this task.
|
getProgressUUID getUniqueId()
String getName()
@Nullable Object getOwner()
nullTask.State getState()
Date getCreationDate()
Copyright © 2015. All Rights Reserved.