swingwt.awt.event
Interface InputMethodListener

All Superinterfaces:
java.util.EventListener

public interface InputMethodListener
extends java.util.EventListener


Method Summary
 void caretPositionChanged(InputMethodEvent event)
           
 void inputMethodTextChanged(InputMethodEvent event)
           
 

Method Detail

inputMethodTextChanged

public void inputMethodTextChanged(InputMethodEvent event)

caretPositionChanged

public void caretPositionChanged(InputMethodEvent event)