Class YankPop
java.lang.Object
org.aesh.readline.action.mappings.YankPop
- 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
-
YankPop
public YankPop()Constructor.
-
-
Method Details