Package com.jackdaw.chatwithnpc
Class AsyncTask.NoCallResult
java.lang.Object
com.jackdaw.chatwithnpc.AsyncTask.NoCallResult
- All Implemented Interfaces:
AsyncTask.TaskResult
- Enclosing class:
- AsyncTask
Task result that does need to continue.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Do nothing.boolean
Check if the result is callable.
-
Constructor Details
-
NoCallResult
public NoCallResult()
-
-
Method Details
-
execute
public void execute()Do nothing.- Specified by:
execute
in interfaceAsyncTask.TaskResult
-
isCallable
public boolean isCallable()Check if the result is callable.- Specified by:
isCallable
in interfaceAsyncTask.TaskResult
- Returns:
- False.
-