Uses of Interface
hmi.tts.TTSCallback

Packages that use TTSCallback
hmi.elckerlyc.speechengine   
hmi.elckerlyc.speechengine.ttsbinding   
hmi.tts Classes and interfaces for TTS Generation, independent of actual TTS systems such as SAPI5 or MARYTTS. 
hmi.tts.util   
 

Uses of TTSCallback in hmi.elckerlyc.speechengine
 

Classes in hmi.elckerlyc.speechengine that implement TTSCallback
protected  class DirectTTSUnit.MyTTSCallback
           
 

Uses of TTSCallback in hmi.elckerlyc.speechengine.ttsbinding
 

Methods in hmi.elckerlyc.speechengine.ttsbinding with parameters of type TTSCallback
 void TTSBinding.setCallback(TTSCallback cb)
           
 

Uses of TTSCallback in hmi.tts
 

Fields in hmi.tts declared as TTSCallback
protected  TTSCallback AbstractTTSGenerator.callback
          In the speechengine package of Herwin, this callback is replaced all the time for new speechunits, during setup as well as during speak() time.
protected  TTSCallback AbstractTTSGenerator.permanentCallback
          This callback is supposed to be set only once (see also callback below)
 

Methods in hmi.tts with parameters of type TTSCallback
 void AbstractTTSGenerator.setCallback(TTSCallback cb)
          Sets up the callbacks
 void AbstractTTSGenerator.setPermanentCallback(TTSCallback cb)
          Sets up the permanent callback
 

Uses of TTSCallback in hmi.tts.util
 

Fields in hmi.tts.util declared as TTSCallback
private  TTSCallback FakeCallback.callback
           
 

Constructors in hmi.tts.util with parameters of type TTSCallback
FakeCallback(TTSCallback cb, Collection<Bookmark> bm, Collection<WordDescription> wds, String content)