Package com.topjohnwu.superuser
Interface Shell.ResultCallback
- Enclosing class:
- Shell
public static interface Shell.ResultCallback
The callback to receive a result in
Shell.Job.submit(Shell.ResultCallback)
.-
Method Summary
-
Method Details
-
onResult
- Parameters:
out
- the result of the job.
-