类 ExitCodeEvent

    • 构造器详细资料

      • ExitCodeEvent

        public ExitCodeEvent​(Object source,
                             int exitCode)
        Create a new ExitCodeEvent instance.
        参数:
        source - the source of the event
        exitCode - the exit code
    • 方法详细资料

      • getExitCode

        public int getExitCode()
        Return the exit code that will be used to exit the JVM.
        返回:
        the exit code