java.awt.event
Interface InputMethodListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster

public interface InputMethodListener
extends EventListener

Unsafe:


Method Summary
 void caretPositionChanged(InputMethodEvent event)
          Enabled: Invoked when the caret within composed text has changed.
 void inputMethodTextChanged(InputMethodEvent event)
          Enabled: Invoked when the text entered through an input method has changed.
 

Method Detail

inputMethodTextChanged

public void inputMethodTextChanged(InputMethodEvent event)
Enabled: Invoked when the text entered through an input method has changed.


caretPositionChanged

public void caretPositionChanged(InputMethodEvent event)
Enabled: Invoked when the caret within composed text has changed.



comments?