com.android.builder.tasks
Interface Task<T>
public interface Task<T>
Task that can be created asynchronously.
Method Summary |
void |
run(Job<T> job,
JobContext<T> context)
Executes the task with the context object to retrieve
and store inter-tasks information. |
run
void run(Job<T> job,
JobContext<T> context)
throws java.io.IOException
- Executes the task with the context object to retrieve
and store inter-tasks information.
- Parameters:
context
- the task contextual object
- Throws:
java.io.IOException
- an exception occured while processing
the task.