Interface SignalHandlers


public interface SignalHandlers
Provides default and ignore signal handlers for terminal signal handling.
Author:
jdenise@redhat.com
  • Field Details

    • SIG_DFL

      static final Terminal.SignalHandler SIG_DFL
      Default signal handler that performs the default action for the signal.
    • SIG_IGN

      static final Terminal.SignalHandler SIG_IGN
      Signal handler that ignores the signal.