This method of the IMECompositionMessage Class translates the IMECompositionMessage object to text form.
public String toString();
Returns a description of the IMECompositionMessage. For example, if the IMECompositionMessage is a START_COMPOSITION message, the text "IMECompositionMessage, START_COMPOSITION keyCode=keyCode keyChar=keyChar composition=compositionString" is returned.