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