This method of the InputManagerListener Interface sets the given InputMethodListener object as the current IME.
public void setInputMethod(InputMethodListener ime);
ime | The IME object to set the current input method as. If ime is null, all IMEs are deactivated, and the standard system keyboard input is used. |