Uses of Enum
org.aesh.terminal.tty.Signal
Packages that use Signal
-
Uses of Signal in org.aesh.terminal
Methods in org.aesh.terminal that return types with arguments of type SignalModifier and TypeMethodDescriptionAbstractConnection.getSignalHandler()Connection.getSignalHandler()Get SignalHandler.EventDecoder.getSignalHandler()Get the current signal handler.Methods in org.aesh.terminal with parameters of type SignalModifier and TypeMethodDescriptionTerminal.handle(Signal signal, Terminal.SignalHandler handler) Register a signal handler for the specified signal.voidHandle a terminal signal.voidRaise a signal on this terminal.Method parameters in org.aesh.terminal with type arguments of type SignalModifier and TypeMethodDescriptionvoidAbstractConnection.setSignalHandler(Consumer<Signal> handler) voidConnection.setSignalHandler(Consumer<Signal> handler) Specify the signal handler.voidEventDecoder.setSignalHandler(Consumer<Signal> signalHandler) Set the signal handler that will be called when signals are detected in input. -
Uses of Signal in org.aesh.terminal.tty
Methods in org.aesh.terminal.tty that return Signal