Uses of Interface
engine.SpeechEventDispatcher

Packages that use SpeechEventDispatcher
engine   
 

Uses of SpeechEventDispatcher in engine
 

Classes in engine that implement SpeechEventDispatcher
 class BaseEngine
          Supports the JSAPI 1.0 Engine interface.
 class BaseEngineProperties
          Supports the JSAPI 1.0 EngineProperties interface.
 

Fields in engine declared as SpeechEventDispatcher
(package private)  SpeechEventDispatcher SpeechEventUtilities.SpeechAWTEvent.dispatcher
           
 

Methods in engine with parameters of type SpeechEventDispatcher
static void SpeechEventUtilities.postSpeechEvent(SpeechEventDispatcher dispatcher, javax.speech.SpeechEvent event)
          Post a JSAPI SpeechEvent.
static void SpeechEventUtilities.postSpeechEvent(SpeechEventDispatcher dispatcher, javax.speech.SpeechEvent event, boolean waitUntilDispatched)
          Post a JSAPI SpeechEvent.
 

Constructors in engine with parameters of type SpeechEventDispatcher
SpeechEventUtilities.SpeechAWTEvent(SpeechEventUtilities.SpeechAWTEventTarget target, SpeechEventDispatcher dispatcher, javax.speech.SpeechEvent event)
           
SpeechEventUtilities.SpeechAWTEvent(SpeechEventUtilities.SpeechAWTEventTarget target, SpeechEventDispatcher dispatcher, javax.speech.SpeechEvent event, java.lang.Object lock)