javax.speech package for JSAPI 1.0.See: Description
| Interface | Description |
|---|---|
| SpeechEventDispatcher |
Interface to be implemented by objects that dispatch
SpeechEvents. |
| Class | Description |
|---|---|
| BaseAudioManager |
Supports the JSAPI 1.0
AudioManager
interface. |
| BaseEngine |
Supports the JSAPI 1.0
Engine interface. |
| BaseEngineProperties |
Supports the JSAPI 1.0
EngineProperties
interface. |
| EngineEventPanel |
Simple GUI for monitoring events of an
Engine. |
| EngineMonitor |
Simple GUI for monitoring events and state changes of an
Engine. |
| 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 (from
EventObject)
in a SpeechEvent so that it can be dispatched through
the speech event dispatch mechanism. |
Provides a partial and unsupported support for the
javax.speech package for JSAPI 1.0.