@FunctionalInterface public interface Task
Modifier and Type | Interface and Description |
---|---|
static interface |
Task.Context
The task context.
|
static interface |
Task.Wait
A waiting object for task completion.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Task.Context context)
Executes this task.
|
void execute(Task.Context context)
context
- the task contextCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.