public interface InputMethodListener extends EventListener
InputMethodEvent,
InputMethodRequests| Modifier and Type | Method and Description |
|---|---|
void |
caretPositionChanged(InputMethodEvent event)
This method is called when the cursor position within the text is changed.
|
void |
inputMethodTextChanged(InputMethodEvent event)
This method is called when the text is changed.
|
void inputMethodTextChanged(InputMethodEvent event)
event - the InputMethodEvent indicating the text changevoid caretPositionChanged(InputMethodEvent event)
event - the InputMethodEvent indicating the change