Class Undo
java.lang.Object
org.aesh.readline.action.mappings.Undo
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
Action that undoes the last editing operation on the input buffer.
- 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
-
Undo
public Undo()Creates a new Undo action.
-
-
Method Details