Interface SearchAction

All Superinterfaces:
Action, ActionEvent, Consumer<InputProcessor>
All Known Implementing Classes:
ForwardSearchHistory, ReverseSearchHistory

public interface SearchAction extends ActionEvent
Action interface for history search operations with status tracking.
Author:
Ståle W. Pedersen
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Enumeration of possible search operation statuses.
  • Method Summary

    Methods inherited from interface org.aesh.readline.action.Action

    accept, name

    Methods inherited from interface org.aesh.readline.action.ActionEvent

    input, keepFocus

    Methods inherited from interface java.util.function.Consumer

    andThen