Interface AsyncTask.Task

Enclosing class:
AsyncTask

public static interface AsyncTask.Task
Task interface
  • Method Summary

    Modifier and Type
    Method
    Description
    Execute the task and return the result.
  • Method Details