public interface FocusChangeListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
focusGained(Editor editor) |
default void |
focusGained(Editor editor,
java.awt.event.FocusEvent event) |
default void |
focusLost(Editor editor) |
default void |
focusLost(Editor editor,
java.awt.event.FocusEvent event) |