Interface ExitCodeCallback
public interface ExitCodeCallback
A callback that can accept an integer.
- 
Method Summary
- 
Method Details- 
callvoid call(int exitCode) The process finished.- Parameters:
- exitCode- the exit code of the finished process.
 
 
-