public interface IVoiceBrowserView
IVoiceBrowserController
Modifier and Type | Method and Description |
---|---|
void |
drawAppendText(String text)
Voice browser controller invokes this method to hand out additional reading
text to append current text in voice browser text view.
|
void |
drawText(String text)
Voice browser controller invokes this method to hand out reading text to
voice browser text view.
|
void drawText(String text)
text
- reading textvoid drawAppendText(String text)
text
- additional reading text