Microsoft SDK for Java

InputMethodMessageListener Interface

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);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.