Package com.sun.speech.engine
Interface SpeechEventDispatcher
-
- All Known Implementing Classes:
BaseEngine,BaseEngineProperties,BaseSynthesizer,BaseSynthesizerProperties,BaseSynthesizerQueueItem,FreeTTSSynthesizer,FreeTTSSynthesizerQueueItem,TextSynthesizer,TextSynthesizerQueueItem
public interface SpeechEventDispatcherInterface to be implemented by objects that dispatchSpeechEvents.- See Also:
SpeechEventUtilities
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispatchSpeechEvent(SpeechEvent event)Dispatches aSpeechEventto all appropriateSpeechEventListenerson the object that implements this interface.
-