This method of the InputMethodCallback Interface enables any class that implements InputMethodListener to handle IME-related messages.
public void handleIMEMessage(InputMethodMessage IMEMessage);
IMEMessage | The IME-related message (extended from InputMethodMessage). Two examples are IMENotifyMessage and IMECompositionMessage. |