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(org.aesh.terminal.Connection conn, Prompt prompt, Consumer<String> requestHandler, List<Completion> completions, List<Function<String, Optional<String>>> preProcessors, History history, CursorListener listener) voidReadline.readline(org.aesh.terminal.Connection conn, Prompt prompt, Consumer<String> requestHandler, List<Completion> completions, List<Function<String, Optional<String>>> preProcessors, History history, CursorListener listener, EnumMap<ReadlineFlag, Integer> flags) Constructors in org.aesh.readline with parameters of type CursorListenerModifierConstructorDescriptionAeshConsoleBuffer(org.aesh.terminal.Connection connection, Prompt prompt, EditMode editMode, History history, CompletionHandler completionHandler, boolean ansi, CursorListener listener)