public interface InputMethodListener extends EventListener
The text editing component also has to provide an instance of InputMethodRequests.
InputMethodEvent,
InputMethodRequests
| Modifier and Type | Method and Description |
|---|---|
void |
caretPositionChanged(InputMethodEvent
Invoked when the caret within composed text has changed.
|
void |
inputMethodTextChanged(InputMethodEvent
Invoked when the text entered through an input method has changed.
|
void inputMethodTextChanged(InputMethodEventevent)
void caretPositionChanged(InputMethodEventevent)