Package org.aesh.readline.cursor
Interface CursorListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener interface for receiving cursor movement events.
- Author:
- jdenise@redhat.com
-
Method Summary
-
Method Details
-
moved
Called when the cursor has moved to a new position.- Parameters:
line- the line information associated with the cursor movement
-