Interface ExitCodeCallback


public interface ExitCodeCallback
A callback that can accept an integer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(int exitCode)
    The process finished.
  • Method Details

    • call

      void call(int exitCode)
      The process finished.
      Parameters:
      exitCode - the exit code of the finished process.