Interface ExitCodeCallback
-
public interface ExitCodeCallback
A callback that can accept an integer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
call(int exitCode)
The process finished.
-