| Package | Description | 
|---|---|
| griffon.plugins.tasks | |
| org.codehaus.griffon.runtime.tasks | 
| Modifier and Type | Method and Description | 
|---|---|
| Task.State | TaskContext. getState() | 
| static Task.State | Task.State. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Task.State[] | Task.State. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TaskContext. fireStateChangeEvent(Task.State oldValue,
                    Task.State newValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TaskListenerSupport. fireStateChanged(ChangeEvent<Task.State> e) | 
| void | TaskListener. stateChanged(ChangeEvent<Task.State> event)Receives notifications about state change for a task. | 
| Modifier and Type | Method and Description | 
|---|---|
| Task.State | DefaultTaskContext. getState() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultTaskContext. fireStateChangeEvent(Task.State oldValue,
                    Task.State newValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultTaskListenerSupport. fireStateChanged(ChangeEvent<Task.State> event) | 
| void | TaskListenerAdapter. stateChanged(ChangeEvent<Task.State> event) |