Class Interrupt
java.lang.Object
org.aesh.readline.action.mappings.Interrupt
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that sends an interrupt signal (SIGINT) to the terminal.
- Author:
- Ståle W. Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InputProcessor inputProcessor) Executes this action on the given input processor.name()Returns the name of this action.
-
Constructor Details
-
Interrupt
public Interrupt()Creates a new Interrupt action.
-
-
Method Details