public interface ThreadMessenger<Result>
| Modifier and Type | Method and Description |
|---|---|
void |
sendCancel(Result result)
Post result on background thread cancellation
|
void |
sendResult(Result result)
Post result on background thread completion
|
void sendResult(Result result)
result - Object of Result generic typevoid sendCancel(Result result)
result - Object of Result generic type or null if task not started or interruptedThis documentation is licensed by Andrew Bowley under the GPLv3 License.