public interface CaretActionListener
extends java.util.EventListener
CaretModel.runForEachCaret(CaretAction)
or
CaretModel.runForEachCaret(CaretAction, boolean)
is invoked in EDT (those methods can also be invoked from other threads,
but no changes to caret state can be performed from there).Modifier and Type | Method and Description |
---|---|
default void |
afterAllCaretsAction() |
default void |
beforeAllCaretsAction() |