Microsoft SDK for Java

handleIMEMessage

This method of the InputMethodCallback Interface enables any class that implements InputMethodListener to handle IME-related messages.

Syntax

public void handleIMEMessage(InputMethodMessage IMEMessage);

Parameters

IMEMessage The IME-related message (extended from InputMethodMessage). Two examples are IMENotifyMessage and IMECompositionMessage.

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