The InputMethodMessageListener Interface of the com.ms.util.InputMethod package is implemented by classes derived from java.awt.Component to handle Input Method Editor (IME) messages.
public interface InputMethodMessageListener { // Methods public boolean handleIMEMessage(InputMethodMessage IMEMessage); }