Package com.jackdaw.chatwithnpc
Interface AsyncTask.Task
- Enclosing class:
- AsyncTask
public static interface AsyncTask.Task
Task interface
-
Method Summary
Modifier and TypeMethodDescription@NotNull AsyncTask.TaskResult
execute()
Execute the task and return the result.
-
Method Details
-
execute
Execute the task and return the result.
-