Package | Description |
---|---|
griffon.plugins.tasks | |
org.codehaus.griffon.runtime.tasks |
Modifier and Type | Method and Description |
---|---|
Task |
TaskContext.getTask() |
Task<V,C> |
TaskWorker.getTask() |
Modifier and Type | Method and Description |
---|---|
void |
TaskBlocker.block(Task task) |
<V,C> TaskControl<V> |
TaskManager.create(Task<V,C> task)
Creates a new
TaskControl for a given task. |
void |
TaskBlocker.unblock(Task task) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTask<V,C> |
Modifier and Type | Method and Description |
---|---|
Task |
DefaultTaskContext.getTask() |
Task<V,C> |
DefaultTaskWorker.getTask() |
Modifier and Type | Method and Description |
---|---|
<V,C> TaskControl<V> |
DefaultTaskManager.create(Task<V,C> task) |
protected <V,C> TaskContext |
DefaultTaskManager.createTaskContext(Task<V,C> task) |
Constructor and Description |
---|
DefaultTaskWorker(Task<V,C> task) |