Uses of Interface
org.aesh.readline.cursor.CursorListener
Packages that use CursorListener
-
Uses of CursorListener in org.aesh.readline
Methods in org.aesh.readline with parameters of type CursorListenerModifier and TypeMethodDescriptionvoidReadline.readline(Connection conn, Prompt prompt, Consumer<String> requestHandler, List<Completion> completions, List<Function<String, Optional<String>>> preProcessors, History history, CursorListener listener) Reads a line of input from the connection with completions, pre-processors, custom history, and cursor listener.voidReadline.readline(Connection conn, Prompt prompt, Consumer<String> requestHandler, List<Completion> completions, List<Function<String, Optional<String>>> preProcessors, History history, CursorListener listener, EnumMap<ReadlineFlag, Integer> flags) Reads a line of input from the connection with all configuration options.Constructors in org.aesh.readline with parameters of type CursorListenerModifierConstructorDescriptionAeshConsoleBuffer(Connection connection, Prompt prompt, EditMode editMode, History history, CompletionHandler completionHandler, boolean ansi, CursorListener listener) Creates a new AeshConsoleBuffer.