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