Interface SignalHandlers


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

    Fields
    Modifier and Type
    Field
    Description
    static final org.aesh.terminal.Terminal.SignalHandler
    Default signal handler that performs the default action for the signal.
    static final org.aesh.terminal.Terminal.SignalHandler
    Signal handler that ignores the signal.
  • Field Details

    • SIG_DFL

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

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