Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
F
G
H
I
J
L
O
P
R
S
T
A
actionError(ActionErrorEvent)
- Method in interface com.ibm.voice.events.
ActionErrorListener
It is invoked when actionError occurs.
ActionErrorEvent
- class com.ibm.voice.events.
ActionErrorEvent
.
An actionError event.
ActionErrorEvent(Object)
- Constructor for class com.ibm.voice.events.
ActionErrorEvent
Constructs new ActionErrorEvent.
ActionErrorEvent(Object, Exception)
- Constructor for class com.ibm.voice.events.
ActionErrorEvent
Constructs new ActionErrorEvent.
ActionErrorEvent(Object, Exception, int)
- Constructor for class com.ibm.voice.events.
ActionErrorEvent
Constructs new ActionErrorEvent.
ActionErrorEvent(Object, int)
- Constructor for class com.ibm.voice.events.
ActionErrorEvent
Constructs new ActionErrorEvent.
ActionErrorListener
- interface com.ibm.voice.events.
ActionErrorListener
.
The listener interface for receiving actionError events.
add(CommandAcceptedListener, CommandAcceptedListener)
- Static method in class com.ibm.voice.events.
CommandAcceptedEventMulticaster
Add new listener to support multicast events.
add(CommandNotRecognizedListener, CommandNotRecognizedListener)
- Static method in class com.ibm.voice.events.
CommandNotRecognizedEventMulticaster
Add new listener to support multicast events.
add(IOErrorListener, IOErrorListener)
- Static method in class com.ibm.voice.events.
IOErrorEventMulticaster
Add new listener to support multicast events.
add(RecognitionErrorListener, RecognitionErrorListener)
- Static method in class com.ibm.voice.events.
RecognitionErrorEventMulticaster
Add new listener to support multicast events.
add(RecognizerReadyListener, RecognizerReadyListener)
- Static method in class com.ibm.voice.events.
RecognizerReadyEventMulticaster
Add new listener to support multicast events.
add(SynthesisErrorListener, SynthesisErrorListener)
- Static method in class com.ibm.voice.events.
SynthesisErrorEventMulticaster
Add new listener to support multicast events.
addActionErrorListener(ActionErrorListener)
- Method in class com.ibm.voice.
ProcessingBean
Adds a specified actionError listener to receive actionError events from this ProcessingBean.
addCommandAcceptedListener(CommandAcceptedListener)
- Method in class com.ibm.voice.
CommandItem
Add a new CommandAccepted listener.
addCommandNotRecognizedListener(CommandNotRecognizedListener)
- Method in class com.ibm.voice.
CommandListener
Adds a new CommandNotRecognized listener.
addFetchArgumentsListener(FetchArgumentsListener)
- Method in class com.ibm.voice.
FunctionBean
Adds a FetchArgumentsEvent listener.
addFetchArgumentsListener(FetchArgumentsListener)
- Method in class com.ibm.voice.
ProcessingBean
Adds a specified fetchArguments listener to recieve fetchArguments events from this JavaCard.
addIOErrorListener(IOErrorListener)
- Method in class com.ibm.voice.
CommandListener
Adds a new IOError listener.
addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.voice.
FunctionBean
Adds a PropertyChange listener.
addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.voice.
Speaker
The addPropertyChangeListener method was generated to support the propertyChange field.
addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.voice.
CommandListener
The addPropertyChangeListener method was generated to support the propertyChange field.
addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.voice.
Listener
The addPropertyChangeListener method was generated to support the propertyChange field.
addPropertyChangeListener(String, PropertyChangeListener)
- Method in class com.ibm.voice.
CommandListener
The addPropertyChangeListener method was generated to support the propertyChange field.
addPropertyChangeListener(String, PropertyChangeListener)
- Method in class com.ibm.voice.
Listener
The addPropertyChangeListener method was generated to support the propertyChange field.
addRecognitionErrorListener(RecognitionErrorListener)
- Method in class com.ibm.voice.
CommandListener
Add a new RecognitionError listener.
addRecognitionErrorListener(RecognitionErrorListener)
- Method in class com.ibm.voice.
Listener
Add a new RecognitionError listener.
addRecognizerReadyListener(RecognizerReadyListener)
- Method in class com.ibm.voice.
CommandListener
Add a new RecognizerReady listener.
addRecognizerReadyListener(RecognizerReadyListener)
- Method in class com.ibm.voice.
Listener
Add a new RecognizerReady listener.
addSynthesisErrorListener(SynthesisErrorListener)
- Method in class com.ibm.voice.
Speaker
Adds a new SynthesisError listener.
addTriggerNextActionListener(TriggerNextActionListener)
- Method in class com.ibm.voice.
FunctionBean
Adds a TriggerNextActionEvent listener.
addTriggerNextActionListener(TriggerNextActionListener)
- Method in class com.ibm.voice.
ProcessingBean
Add a specified triggerNextAction listener to receive triggerNextAction events from this JavaCard.
AGE_CHILD
- Static variable in class com.ibm.voice.
Speaker
Age roughly up to 12 years.
AGE_DONT_CARE
- Static variable in class com.ibm.voice.
Speaker
Ignore age when performing a match of voices.
AGE_MIDDLE_ADULT
- Static variable in class com.ibm.voice.
Speaker
Age roughly 40 to 60 years.
AGE_NEUTRAL
- Static variable in class com.ibm.voice.
Speaker
Voice with age that is indeterminate.
AGE_OLDER_ADULT
- Static variable in class com.ibm.voice.
Speaker
Age roughly 60 years and up.
AGE_TEENAGER
- Static variable in class com.ibm.voice.
Speaker
Age roughly 60 years and up.
AGE_YOUNGER_ADULT
- Static variable in class com.ibm.voice.
Speaker
Age roughly 20 to 40 years.
audioConnectionError(RecognitionErrorEvent)
- Method in class com.ibm.voice.events.
RecognitionErrorEventMulticaster
audioConnectionError(RecognitionErrorEvent)
- Method in interface com.ibm.voice.events.
RecognitionErrorListener
Invoked when the speech engine and the audio does not connect.
B
badJSMLFormat(SynthesisErrorEvent)
- Method in interface com.ibm.voice.events.
SynthesisErrorListener
Invoked upon an erroneous JSML format.
badJSMLFormat(SynthesisErrorEvent)
- Method in class com.ibm.voice.events.
SynthesisErrorEventMulticaster
C
com.ibm.voice
- package com.ibm.voice
com.ibm.voice.events
- package com.ibm.voice.events
commandAccepted(CommandAcceptedEvent)
- Method in interface com.ibm.voice.events.
CommandAcceptedListener
Invoked when the input and the command matches.
commandAccepted(CommandAcceptedEvent)
- Method in class com.ibm.voice.events.
CommandAcceptedEventMulticaster
CommandAcceptedEvent
- class com.ibm.voice.events.
CommandAcceptedEvent
.
This is the event class to support the com.ibm.voice.events.CommandAcceptedListener interface.
CommandAcceptedEvent(Object)
- Constructor for class com.ibm.voice.events.
CommandAcceptedEvent
Constructs a new CommandAcceptedEvent.
CommandAcceptedEventMulticaster
- class com.ibm.voice.events.
CommandAcceptedEventMulticaster
.
This is the event multicaster class to support the com.ibm.voice.events.CommandAcceptedListenerinterface.
CommandAcceptedListener
- interface com.ibm.voice.events.
CommandAcceptedListener
.
The event set listener interface for the commandAccepted feature.
CommandItem
- class com.ibm.voice.
CommandItem
.
This bean is used as part of command recognition.
CommandItem()
- Constructor for class com.ibm.voice.
CommandItem
CommandListener
- class com.ibm.voice.
CommandListener
.
This bean is used for command recognition.
CommandListener()
- Constructor for class com.ibm.voice.
CommandListener
A default constructor with no arguments.
commandNotRecognized(CommandNotRecognizedEvent)
- Method in class com.ibm.voice.events.
CommandNotRecognizedEventMulticaster
commandNotRecognized(CommandNotRecognizedEvent)
- Method in interface com.ibm.voice.events.
CommandNotRecognizedListener
Invoked when a command is not recognized.
CommandNotRecognizedEvent
- class com.ibm.voice.events.
CommandNotRecognizedEvent
.
This is the event class to support the com.ibm.voice.events.CommandNotRecognizedListener interface.
CommandNotRecognizedEvent(Object)
- Constructor for class com.ibm.voice.events.
CommandNotRecognizedEvent
Constructs a new CommandNotRecognizedEvent.
CommandNotRecognizedEventMulticaster
- class com.ibm.voice.events.
CommandNotRecognizedEventMulticaster
.
This is the event multicaster class to support the com.ibm.voice.events.CommandNotRecognizedListenerinterface.
CommandNotRecognizedListener
- interface com.ibm.voice.events.
CommandNotRecognizedListener
.
The event set listener interface for the commandNotRecognized feature.
D
dictationGrammarNotFound(RecognitionErrorEvent)
- Method in class com.ibm.voice.events.
RecognitionErrorEventMulticaster
dictationGrammarNotFound(RecognitionErrorEvent)
- Method in interface com.ibm.voice.events.
RecognitionErrorListener
Invoked when the dicatation grammar is not found.
F
fetchArguments(FetchArgumentsEvent)
- Method in interface com.ibm.voice.events.
FetchArgumentsListener
It is invoked when fetchArgument event occurs.
FetchArgumentsEvent
- class com.ibm.voice.events.
FetchArgumentsEvent
.
A fetchArguments event.
FetchArgumentsEvent(Object)
- Constructor for class com.ibm.voice.events.
FetchArgumentsEvent
Constructs new FetchArgumentsEvent.
FetchArgumentsListener
- interface com.ibm.voice.events.
FetchArgumentsListener
.
A listener for receiving fetchArguments events.
firePropertyChange(PropertyChangeEvent)
- Method in class com.ibm.voice.
CommandListener
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(PropertyChangeEvent)
- Method in class com.ibm.voice.
Listener
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, boolean, boolean)
- Method in class com.ibm.voice.
CommandListener
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, boolean, boolean)
- Method in class com.ibm.voice.
Listener
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, int, int)
- Method in class com.ibm.voice.
CommandListener
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, int, int)
- Method in class com.ibm.voice.
Listener
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, Object, Object)
- Method in class com.ibm.voice.
Speaker
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, Object, Object)
- Method in class com.ibm.voice.
CommandListener
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, Object, Object)
- Method in class com.ibm.voice.
Listener
The firePropertyChange method was generated to support the propertyChange field.
FunctionBean
- class com.ibm.voice.
FunctionBean
.
This abstract class is a base class for implementation of Function Bean Design Pattern.
FunctionBean()
- Constructor for class com.ibm.voice.
FunctionBean
G
GENDER_DONT_CARE
- Static variable in class com.ibm.voice.
Speaker
Ignore gender when performing a match of voices.
GENDER_FEMALE
- Static variable in class com.ibm.voice.
Speaker
Female voice.
GENDER_MALE
- Static variable in class com.ibm.voice.
Speaker
Male voice.
GENDER_NEUTRAL
- Static variable in class com.ibm.voice.
Speaker
Neutral voice that is neither male or female (for example, artificial voices, robotic voices).
getAboutThisBean()
- Method in class com.ibm.voice.
CommandItem
Returns a special formatted string intended for use by the editor of this property.
getAboutThisBean()
- Method in class com.ibm.voice.
Speaker
Returns a special formatted string intended for use by the editor of this property.
getAboutThisBean()
- Method in class com.ibm.voice.
CommandListener
Returns a special formatted string intended for use by the editor of this property.
getAboutThisBean()
- Method in class com.ibm.voice.
Listener
Returns a special formatted string intended for use by the editor of this property.
getAge()
- Method in class com.ibm.voice.
Speaker
Gets the age property (int) value.
getAutoAction()
- Method in class com.ibm.voice.
FunctionBean
Returns true if an autoaction is enabled, otherwise - false.
getCommandName()
- Method in class com.ibm.voice.
CommandItem
Gets the commandName property (java.lang.String) value.
getCurrentException()
- Method in class com.ibm.voice.events.
ActionErrorEvent
Returns an exception caused by this event.
getGender()
- Method in class com.ibm.voice.
Speaker
Gets the gender property (int) value.
getInputCommand()
- Method in class com.ibm.voice.
CommandItem
Gets the inputCommand property (java.lang.String) value.
getInputFileName()
- Method in class com.ibm.voice.
CommandListener
Gets the inputFileName property (java.lang.String) value.
getInputText()
- Method in class com.ibm.voice.
Speaker
Gets the inputText property (java.lang.String) value.
getMessage()
- Method in class com.ibm.voice.events.
ActionErrorEvent
Returns an error message.
getMessageCode()
- Method in class com.ibm.voice.events.
ActionErrorEvent
Returns an error code.
getResultCommand()
- Method in class com.ibm.voice.
CommandListener
Gets the resultCommand property (java.lang.String) value.
getResultText()
- Method in class com.ibm.voice.
Listener
Gets the resultText property (java.lang.String) value.
getSilenceThreshold()
- Method in class com.ibm.voice.
Listener
Gets the silenceThreshold property (int) value.
grammarError(RecognitionErrorEvent)
- Method in class com.ibm.voice.events.
RecognitionErrorEventMulticaster
grammarError(RecognitionErrorEvent)
- Method in interface com.ibm.voice.events.
RecognitionErrorListener
Invoked to indicate an erroneous grammar.
H
hasListeners(String)
- Method in class com.ibm.voice.
CommandListener
The hasListeners method was generated to support the propertyChange field.
hasListeners(String)
- Method in class com.ibm.voice.
Listener
The hasListeners method was generated to support the propertyChange field.
I
IOErrorEvent
- class com.ibm.voice.events.
IOErrorEvent
.
This is the event class to support the com.ibm.voice.events.IOErrorListener interface.
IOErrorEvent(Object)
- Constructor for class com.ibm.voice.events.
IOErrorEvent
Constructs a new IOErrorEvent.
IOErrorEventMulticaster
- class com.ibm.voice.events.
IOErrorEventMulticaster
.
This is the event multicaster class to support the com.ibm.voice.events.IOErrorListenerinterface.
IOErrorListener
- interface com.ibm.voice.events.
IOErrorListener
.
The event set listener interface for the IOError feature.
J
JSGFFileNotFound(IOErrorEvent)
- Method in class com.ibm.voice.events.
IOErrorEventMulticaster
JSGFFileNotFound(IOErrorEvent)
- Method in interface com.ibm.voice.events.
IOErrorListener
Invoked when the JSGF file specified is not found.
L
Listener
- class com.ibm.voice.
Listener
.
This bean is used for speech recognition.
Listener()
- Constructor for class com.ibm.voice.
Listener
A default constructor with no arguments.
O
onIOError(IOErrorEvent)
- Method in class com.ibm.voice.events.
IOErrorEventMulticaster
onIOError(IOErrorEvent)
- Method in interface com.ibm.voice.events.
IOErrorListener
Invoked when an I/O exception occurs.
P
ProcessingBean
- class com.ibm.voice.
ProcessingBean
.
This abstract class is a base class for implementation of Processing Bean Design Pattern.
ProcessingBean()
- Constructor for class com.ibm.voice.
ProcessingBean
A default constructor with no arguments.
R
recognitionEngineError(RecognitionErrorEvent)
- Method in class com.ibm.voice.events.
RecognitionErrorEventMulticaster
recognitionEngineError(RecognitionErrorEvent)
- Method in interface com.ibm.voice.events.
RecognitionErrorListener
Invoked upon an erroneous recognizer creation or usage.
RecognitionErrorEvent
- class com.ibm.voice.events.
RecognitionErrorEvent
.
This is the event class to support the com.ibm.voice.RecognitionErrorListener interface.
RecognitionErrorEvent(Object)
- Constructor for class com.ibm.voice.events.
RecognitionErrorEvent
RecognitionErrorEvent constructor comment.
RecognitionErrorEventMulticaster
- class com.ibm.voice.events.
RecognitionErrorEventMulticaster
.
This is the event multicaster class to support the com.ibm.voice.events.RecognitionErrorListenerinterface.
RecognitionErrorListener
- interface com.ibm.voice.events.
RecognitionErrorListener
.
The event set listener interface for the recognitionError feature.
recognizerNotFound(RecognitionErrorEvent)
- Method in class com.ibm.voice.events.
RecognitionErrorEventMulticaster
recognizerNotFound(RecognitionErrorEvent)
- Method in interface com.ibm.voice.events.
RecognitionErrorListener
Invoked when the recognizer is not found.
recognizerReady(RecognizerReadyEvent)
- Method in class com.ibm.voice.events.
RecognizerReadyEventMulticaster
recognizerReady(RecognizerReadyEvent)
- Method in interface com.ibm.voice.events.
RecognizerReadyListener
Invoked when the recognizer is ready.
RecognizerReadyEvent
- class com.ibm.voice.events.
RecognizerReadyEvent
.
This is the event class to support the com.ibm.voice.events.RecognizerReadyListener interface.
RecognizerReadyEvent(Object)
- Constructor for class com.ibm.voice.events.
RecognizerReadyEvent
RecognizerReadyEvent constructor comment.
RecognizerReadyEventMulticaster
- class com.ibm.voice.events.
RecognizerReadyEventMulticaster
.
This is the event multicaster class to support the com.ibm.voice.events.RecognizerReadyListenerinterface.
RecognizerReadyListener
- interface com.ibm.voice.events.
RecognizerReadyListener
.
The event set listener interface for the recognizerReady feature.
remove(CommandAcceptedListener, CommandAcceptedListener)
- Static method in class com.ibm.voice.events.
CommandAcceptedEventMulticaster
Remove listener to support multicast events.
remove(CommandNotRecognizedListener, CommandNotRecognizedListener)
- Static method in class com.ibm.voice.events.
CommandNotRecognizedEventMulticaster
Remove listener to support multicast events.
remove(IOErrorListener, IOErrorListener)
- Static method in class com.ibm.voice.events.
IOErrorEventMulticaster
Remove listener to support multicast events.
remove(RecognitionErrorListener, RecognitionErrorListener)
- Static method in class com.ibm.voice.events.
RecognitionErrorEventMulticaster
Remove listener to support multicast events.
remove(RecognizerReadyListener, RecognizerReadyListener)
- Static method in class com.ibm.voice.events.
RecognizerReadyEventMulticaster
Remove listener to support multicast events.
remove(SynthesisErrorListener, SynthesisErrorListener)
- Static method in class com.ibm.voice.events.
SynthesisErrorEventMulticaster
Remove listener to support multicast events.
removeActionErrorListener(ActionErrorListener)
- Method in class com.ibm.voice.
ProcessingBean
Removes a specified actionError listener so it no longer receives actionError events from this JavaCard.
removeCommandAcceptedListener(CommandAcceptedListener)
- Method in class com.ibm.voice.
CommandItem
Removes the CommandAccepted listener.
removeCommandNotRecognizedListener(CommandNotRecognizedListener)
- Method in class com.ibm.voice.
CommandListener
Removes the CommandNotRecognized listener.
removeFetchArgumentsListener(FetchArgumentsListener)
- Method in class com.ibm.voice.
FunctionBean
Removes a FetchArgumentsEvent listener.
removeFetchArgumentsListener(FetchArgumentsListener)
- Method in class com.ibm.voice.
ProcessingBean
Removes a specified fetchArguments listener so it no longer receives fetchArguments events from this JavaCard.
removeIOErrorListener(IOErrorListener)
- Method in class com.ibm.voice.
CommandListener
Removes the IOError listener.
removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.voice.
FunctionBean
Removes a PropertyChange listener.
removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.voice.
Speaker
The removePropertyChangeListener method was generated to support the propertyChange field.
removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.voice.
CommandListener
The removePropertyChangeListener method was generated to support the propertyChange field.
removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.voice.
Listener
The removePropertyChangeListener method was generated to support the propertyChange field.
removePropertyChangeListener(String, PropertyChangeListener)
- Method in class com.ibm.voice.
CommandListener
The removePropertyChangeListener method was generated to support the propertyChange field.
removePropertyChangeListener(String, PropertyChangeListener)
- Method in class com.ibm.voice.
Listener
The removePropertyChangeListener method was generated to support the propertyChange field.
removeRecognitionErrorListener(RecognitionErrorListener)
- Method in class com.ibm.voice.
CommandListener
Removes the RecognitionError listener.
removeRecognitionErrorListener(RecognitionErrorListener)
- Method in class com.ibm.voice.
Listener
Removes the RecognitionError listener.
removeRecognizerReadyListener(RecognizerReadyListener)
- Method in class com.ibm.voice.
CommandListener
Removes the RecognizerReady listener.
removeRecognizerReadyListener(RecognizerReadyListener)
- Method in class com.ibm.voice.
Listener
Removes the RecognizerReady listener.
removeSynthesisErrorListener(SynthesisErrorListener)
- Method in class com.ibm.voice.
Speaker
Removes the SynthesisError listener.
removeTriggerNextActionListener(TriggerNextActionListener)
- Method in class com.ibm.voice.
FunctionBean
Removes a TriggerNextActionEvent listener.
removeTriggerNextActionListener(TriggerNextActionListener)
- Method in class com.ibm.voice.
ProcessingBean
Removes a specified trigerNextAction listener so it no longer receives triggerNextAction events from this JavaCard.
S
setAboutThisBean(String)
- Method in class com.ibm.voice.
CommandItem
Setter method for the aboutThisBean property to be available in the properties list.
setAboutThisBean(String)
- Method in class com.ibm.voice.
Speaker
Setter method for the aboutThisBean property to be available in the properties list.
setAboutThisBean(String)
- Method in class com.ibm.voice.
CommandListener
Setter method for the aboutThisBean property to be available in the properties list.
setAboutThisBean(String)
- Method in class com.ibm.voice.
Listener
Setter method for the aboutThisBean property to be available in the properties list.
setAge(int)
- Method in class com.ibm.voice.
Speaker
Sets the age property (int) value.
setAutoAction(boolean)
- Method in class com.ibm.voice.
FunctionBean
Sets this in
true
if an immediate evaluation after setting of any argument is needed.
setCommandName(String)
- Method in class com.ibm.voice.
CommandItem
Sets the commandName property (java.lang.String) value.
setGender(int)
- Method in class com.ibm.voice.
Speaker
Sets the gender property (int) value.
setInputCommand(String)
- Method in class com.ibm.voice.
CommandItem
Sets the inputCommand property (java.lang.String) value.
setInputFileName(String)
- Method in class com.ibm.voice.
CommandListener
Sets the inputFileName property (java.lang.String) value.
setInputText(String)
- Method in class com.ibm.voice.
Speaker
Sets the inputText property (java.lang.String) value.
setSilenceThreshold(int)
- Method in class com.ibm.voice.
Listener
Sets the silenceThreshold property (int) value.
Speaker
- class com.ibm.voice.
Speaker
.
This bean is used for speech synthesis.
Speaker()
- Constructor for class com.ibm.voice.
Speaker
A default constructor with no arguments.
speechEngineError(SynthesisErrorEvent)
- Method in interface com.ibm.voice.events.
SynthesisErrorListener
Invoked upon an erroneous synthesizer creation or usage.
speechEngineError(SynthesisErrorEvent)
- Method in class com.ibm.voice.events.
SynthesisErrorEventMulticaster
SynthesisErrorEvent
- class com.ibm.voice.events.
SynthesisErrorEvent
.
This is the event class to support the com.ibm.voice.events.SynthesisErrorListener interface.
SynthesisErrorEvent(Object)
- Constructor for class com.ibm.voice.events.
SynthesisErrorEvent
SynthesisErrorEvent constructor comment.
SynthesisErrorEvent(Object, Exception)
- Constructor for class com.ibm.voice.events.
SynthesisErrorEvent
SynthesisErrorEvent constructor comment.
SynthesisErrorEventMulticaster
- class com.ibm.voice.events.
SynthesisErrorEventMulticaster
.
This is the event multicaster class to support the com.ibm.voice.events.SynthesisErrorListenerinterface.
SynthesisErrorListener
- interface com.ibm.voice.events.
SynthesisErrorListener
.
The event set listener interface for the synthesisError feature.
synthesizerNotFound(SynthesisErrorEvent)
- Method in interface com.ibm.voice.events.
SynthesisErrorListener
Invoked when the synthesizer is not found.
synthesizerNotFound(SynthesisErrorEvent)
- Method in class com.ibm.voice.events.
SynthesisErrorEventMulticaster
T
triggerAction()
- Method in class com.ibm.voice.
FunctionBean
Performs evaluations.
triggerAction()
- Method in class com.ibm.voice.
ProcessingBean
It is invoked to evaluate the function.
triggerNextAction(TriggerNextActionEvent)
- Method in interface com.ibm.voice.events.
TriggerNextActionListener
It is invoked when triggerNextAction event occurs.
TriggerNextActionEvent
- class com.ibm.voice.events.
TriggerNextActionEvent
.
A triggerNextAction event.
TriggerNextActionEvent(Object)
- Constructor for class com.ibm.voice.events.
TriggerNextActionEvent
Constructs new TriggerNextActionEvent.
TriggerNextActionListener
- interface com.ibm.voice.events.
TriggerNextActionListener
.
A listener for receiving triggerNextAction events.
A
B
C
D
F
G
H
I
J
L
O
P
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES