Uses of Interface
org.aesh.readline.cursor.CursorListener
Packages that use CursorListener
-
Uses of CursorListener in org.aesh.readline
Methods in org.aesh.readline that return CursorListenerModifier and TypeMethodDescriptionReadlineRequest.cursorListener()Returns the cursor listener, or null if not set.Methods in org.aesh.readline with parameters of type CursorListenerModifier and TypeMethodDescriptionReadlineRequest.Builder.cursorListener(CursorListener cursorListener) Sets the cursor listener to receive cursor movement events.voidReadline.readline(Connection conn, Prompt prompt, Consumer<String> requestHandler, List<Completion> completions, List<Function<String, Optional<String>>> preProcessors, History history, CursorListener listener) Deprecated.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) Deprecated.UseReadline.readline(ReadlineRequest)withReadlineRequest.Builderinstead.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.
Readline.readline(ReadlineRequest)withReadlineRequest.Builderinstead.