-
public interface Shell.ResultCallbackThe callback to receive a result in submit.
-
-
Method Summary
Modifier and Type Method Description abstract voidonResult(@NonNull() Shell.Result out)-
-
Method Detail
-
onResult
abstract void onResult(@NonNull() Shell.Result out)
- Parameters:
out- the result of the job.
-
-
-
-