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 dispatch
SpeechEvents.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchSpeechEvent(SpeechEvent event) Dispatches aSpeechEventto all appropriateSpeechEventListenerson the object that implements this interface.
-
Method Details
-
dispatchSpeechEvent
void dispatchSpeechEvent(SpeechEvent event) Dispatches aSpeechEventto all appropriateSpeechEventListenerson the object that implements this interface.- Parameters:
event- the event to dispactch
-