java.awt.event
public interface InputMethodListener extends EventListener
Since: 1.2
See Also: InputMethodEvent InputMethodRequests
UNKNOWN: updated to 1.4
| Method Summary | |
|---|---|
| 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.
|
Parameters: event the InputMethodEvent indicating the change
Parameters: event the InputMethodEvent indicating the text change