public interface TaskMessenger
| Modifier and Type | Method and Description |
|---|---|
void |
sendCancel(BackgroundTask backgroundTask,
Boolean result)
Post result on background thread cancellation
|
void |
sendResult(TaskRunner taskRunner,
Boolean result)
Post result on background thread completion
|
void sendResult(TaskRunner taskRunner, Boolean result)
taskRunner - Destinationresult - Object of Result generic typevoid sendCancel(BackgroundTask backgroundTask, Boolean result)
backgroundTask - Task to runresult - Boolena result or null if task not started or interruptedThis documentation is licensed by Andrew Bowley under the GPLv3 License.