Interface for IME (input method editor) clients. Components based on the flash.text.engine package must implement
this interface to support editing text inline using an IME. This interface is not used with TextField objects.
TextLayoutFramework (TLF) uses this interface to support inline IME, so clients using TLF do not need to implement this
interface.
To support inline IME, set the imeClient property of an ImeEvent.IME_START_COMPOSITION event to
an object which implements this interface.