Package com.ibm.voice.events

Interface Summary
ActionErrorListener The listener interface for receiving actionError events.
CommandAcceptedListener The event set listener interface for the commandAccepted feature.
CommandNotRecognizedListener The event set listener interface for the commandNotRecognized feature.
FetchArgumentsListener A listener for receiving fetchArguments events.
IOErrorListener The event set listener interface for the IOError feature.
RecognitionErrorListener The event set listener interface for the recognitionError feature.
RecognizerReadyListener The event set listener interface for the recognizerReady feature.
SynthesisErrorListener The event set listener interface for the synthesisError feature.
TriggerNextActionListener A listener for receiving triggerNextAction events.
 

Class Summary
ActionErrorEvent An actionError event.
CommandAcceptedEvent This is the event class to support the com.ibm.voice.events.CommandAcceptedListener interface.
CommandAcceptedEventMulticaster This is the event multicaster class to support the com.ibm.voice.events.CommandAcceptedListenerinterface.
CommandNotRecognizedEvent This is the event class to support the com.ibm.voice.events.CommandNotRecognizedListener interface.
CommandNotRecognizedEventMulticaster This is the event multicaster class to support the com.ibm.voice.events.CommandNotRecognizedListenerinterface.
FetchArgumentsEvent A fetchArguments event.
IOErrorEvent This is the event class to support the com.ibm.voice.events.IOErrorListener interface.
IOErrorEventMulticaster This is the event multicaster class to support the com.ibm.voice.events.IOErrorListenerinterface.
RecognitionErrorEvent This is the event class to support the com.ibm.voice.RecognitionErrorListener interface.
RecognitionErrorEventMulticaster This is the event multicaster class to support the com.ibm.voice.events.RecognitionErrorListenerinterface.
RecognizerReadyEvent This is the event class to support the com.ibm.voice.events.RecognizerReadyListener interface.
RecognizerReadyEventMulticaster This is the event multicaster class to support the com.ibm.voice.events.RecognizerReadyListenerinterface.
SynthesisErrorEvent This is the event class to support the com.ibm.voice.events.SynthesisErrorListener interface.
SynthesisErrorEventMulticaster This is the event multicaster class to support the com.ibm.voice.events.SynthesisErrorListenerinterface.
TriggerNextActionEvent A triggerNextAction event.