Class RedrawCurrentLine
java.lang.Object
org.aesh.readline.action.mappings.RedrawCurrentLine
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
-
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
-
RedrawCurrentLine
public RedrawCurrentLine()Constructor.
-
-
Method Details