|
||||||||||
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.SynthesisErrorEventMulticaster
This is the event multicaster class to support the com.ibm.voice.events.SynthesisErrorListenerinterface.
Method Summary | |
static SynthesisErrorListener |
add(SynthesisErrorListener a,
SynthesisErrorListener b)
Add new listener to support multicast events. |
void |
badJSMLFormat(SynthesisErrorEvent event)
|
static SynthesisErrorListener |
remove(SynthesisErrorListener l,
SynthesisErrorListener oldl)
Remove listener to support multicast events. |
void |
speechEngineError(SynthesisErrorEvent event)
|
void |
synthesizerNotFound(SynthesisErrorEvent event)
|
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 SynthesisErrorListener add(SynthesisErrorListener a, SynthesisErrorListener b)
a
- com.ibm.voice.events.SynthesisErrorListenerb
- com.ibm.voice.events.SynthesisErrorListenerpublic void badJSMLFormat(SynthesisErrorEvent event)
event
- com.ibm.voice.events.SynthesisErrorEventpublic static SynthesisErrorListener remove(SynthesisErrorListener l, SynthesisErrorListener oldl)
l
- com.ibm.voice.events.SynthesisErrorListeneroldl
- com.ibm.voice.events.SynthesisErrorListenerpublic void speechEngineError(SynthesisErrorEvent event)
event
- com.ibm.voice.events.SynthesisErrorEventpublic void synthesizerNotFound(SynthesisErrorEvent event)
event
- com.ibm.voice.events.SynthesisErrorEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |