Package com.jackdaw.chatwithnpc
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 TypeMethodDescriptionvoidexecute()Execute the result.booleanCheck 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.
-