public interface EditorCaretListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
caretChanged(EditorCaretEvent evt)
Notification about change in terms of caret addition/removal or movement.
|
void caretChanged(@NonNull EditorCaretEvent evt)
evt
- caret event describing the change.