Interface AsyncTask.TaskResult

All Known Implementing Classes:
AsyncTask.NoCallResult, Run.RunResult
Enclosing class:
AsyncTask

public static interface AsyncTask.TaskResult
Task result interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the result.
    boolean
    Check if the result is callable.
  • Method Details

    • execute

      void execute()
      Execute the result.
    • isCallable

      boolean isCallable()
      Check if the result is callable.
      Returns:
      True if the result is callable.