Microsoft SDK for Java

handleIMEMessage

This method of the InputMethodListener Interface handles an IME Message. The IME will first send any IME messages generated by itself to InputMethodCallback. handleIMEMessage. This gives the application a chance to handle IME messages (to reposition the IME windows, for example). However, if the handleIMEMessage method in the application which implements the InputMethodMessageListener returns false, the InputMethodCallback will forward these IME messages back into this method. In this way the InputMethodListener can listen to these messages and repaint the default IME user interface.

Syntax

public void handleIMEMessage(InputMethodMessage IMEMessage);

Parameters

IMEMessage The InputMethodMessage that is processed.

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