|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.AWTEventMulticaster | +--com.ibm.voice.events.RecognitionErrorEventMulticaster
This is the event multicaster class to support the com.ibm.voice.events.RecognitionErrorListenerinterface.
Method Summary | |
static RecognitionErrorListener |
add(RecognitionErrorListener a,
RecognitionErrorListener b)
Add new listener to support multicast events. |
void |
audioConnectionError(RecognitionErrorEvent event)
|
void |
dictationGrammarNotFound(RecognitionErrorEvent event)
|
void |
grammarError(RecognitionErrorEvent event)
|
void |
recognitionEngineError(RecognitionErrorEvent event)
|
void |
recognizerNotFound(RecognitionErrorEvent event)
|
static RecognitionErrorListener |
remove(RecognitionErrorListener l,
RecognitionErrorListener oldl)
Remove listener to support multicast events. |
Methods inherited from class java.awt.AWTEventMulticaster |
actionPerformed,
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
add,
adjustmentValueChanged,
caretPositionChanged,
componentAdded,
componentHidden,
componentMoved,
componentRemoved,
componentResized,
componentShown,
focusGained,
focusLost,
inputMethodTextChanged,
itemStateChanged,
keyPressed,
keyReleased,
keyTyped,
mouseClicked,
mouseDragged,
mouseEntered,
mouseExited,
mouseMoved,
mousePressed,
mouseReleased,
remove,
remove,
remove,
remove,
remove,
remove,
remove,
remove,
remove,
remove,
remove,
remove,
textValueChanged,
windowActivated,
windowClosed,
windowClosing,
windowDeactivated,
windowDeiconified,
windowIconified,
windowOpened |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static RecognitionErrorListener add(RecognitionErrorListener a, RecognitionErrorListener b)
a
- com.ibm.voice.events.RecognitionErrorListenerb
- com.ibm.voice.events.RecognitionErrorListenerpublic void audioConnectionError(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic void dictationGrammarNotFound(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic void grammarError(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic void recognitionEngineError(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic void recognizerNotFound(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic static RecognitionErrorListener remove(RecognitionErrorListener l, RecognitionErrorListener oldl)
l
- com.ibm.voice.RecognitionErrorListeneroldl
- com.ibm.voice.RecognitionErrorListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |