Package | Description |
---|---|
griffon.plugins.tasks | |
org.codehaus.griffon.runtime.tasks |
Modifier and Type | Method and Description |
---|---|
TaskContext |
TaskControl.getContext() |
TaskContext |
TaskEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
TaskWorker.setContext(TaskContext context) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskContext
Wraps the execution of a
Task which is governed by a DefaultTaskWorker . |
Modifier and Type | Method and Description |
---|---|
protected <V,C> TaskContext |
DefaultTaskManager.createTaskContext(Task<V,C> task) |
TaskContext |
DefaultTaskControl.getContext() |
TaskContext |
DefaultChangeEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
protected <V> TaskControl<V> |
DefaultTaskManager.createTaskControl(TaskContext context) |
void |
DefaultTaskWorker.setContext(TaskContext context) |
Constructor and Description |
---|
DefaultChangeEvent(T oldValue,
T newValue,
TaskContext context) |
DefaultTaskControl(TaskContext taskContext) |