Class NoAction
java.lang.Object
org.aesh.readline.action.mappings.NoAction
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
A no-op action that performs no operation when executed.
- 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
-
NoAction
public NoAction()Creates a new NoAction instance.
-
-
Method Details