Interface Terminal.SignalHandler

    • Field Detail

      • SIG_DFL

        static final Terminal.SignalHandler SIG_DFL
        The SIG_DFL value can be used to specify that the JVM default behavior should be used to handle this signal.
      • SIG_IGN

        static final Terminal.SignalHandler SIG_IGN
        The SIG_IGN value can be used to ignore this signal and not perform any special processing.
    • Method Detail

      • handle

        void handle​(Terminal.Signal signal)
        Handle the signal.
        Parameters:
        signal - the signal