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.Constructors in org.aesh.readline with parameters of type CursorListenerModifierConstructorDescriptionAeshConsoleBuffer(org.aesh.terminal.Connection connection, org.aesh.readline.prompt.Prompt prompt, EditMode editMode, History history, CompletionHandler completionHandler, boolean ansi, CursorListener listener) Creates a new AeshConsoleBuffer.