Package com.sun.speech.engine
Provides a partial and unsupported support for the
javax.speech
package for JSAPI 1.0.
-
Interface Summary Interface Description SpeechEventDispatcher Interface to be implemented by objects that dispatchSpeechEvents
. -
Class Summary Class Description BaseAudioManager Supports the JSAPI 1.0AudioManager
interface.BaseEngine Supports the JSAPI 1.0Engine
interface.BaseEngineProperties Supports the JSAPI 1.0EngineProperties
interface.EngineEventPanel Simple GUI for monitoring events of anEngine
.EngineMonitor Simple GUI for monitoring events and state changes of anEngine
.SpeechEventUtilities Utilities to help with dispatch JSAPI 1.0 events on the event dispatching thread of AWT/Swing.SpeechEventUtilities.SpeechAWTEvent Inner class that defines SpeechAWTEvents.SpeechEventUtilities.SpeechAWTEventTarget Inner class used to handle events as they are dispatched from the AWT event queue.SpeechEventWrapper Wraps an arbitrary event object (fromEventObject
) in aSpeechEvent
so that it can be dispatched through the speech event dispatch mechanism.