public void speak(String text, SpeechType type) { if (delegate != null) { delegate.speak(text, type); } }
public void speak(String text, SpeechType type, boolean doFlush) { if (delegate != null) { delegate.speak(text, type, doFlush); } }