com.sun.speech.engine
Interface SpeechEventDispatcher
- All Known Implementing Classes: 
- BaseEngine, BaseEngineProperties, BaseSynthesizer, BaseSynthesizerQueueItem
- public interface SpeechEventDispatcher
Interface to be implemented by objects that dispatch
 SpeechEvents.
- See Also:
- SpeechEventUtilities
| Method Summary | 
|  void | dispatchSpeechEvent(javax.speech.SpeechEvent event)Dispatches a
 SpeechEventto all appropriateSpeechEventListenerson the object that implements this interface. | 
 
dispatchSpeechEvent
public void dispatchSpeechEvent(javax.speech.SpeechEvent event)
- Dispatches a SpeechEventto all appropriateSpeechEventListenerson the object that implements this interface.
 
- 
- Parameters:
- event- the event to dispactch