jaugment2.speech
Class JavaSpeechService.dictationListenerAdaptor
java.lang.Object
|
+--jaugment2.speech.JavaSpeechService.dictationListenerAdaptor
- Enclosing class:
- JavaSpeechService
- private class JavaSpeechService.dictationListenerAdaptor
- extends java.lang.Object
- implements javax.speech.recognition.ResultListener
|
Field Summary |
private java.util.Vector |
regs
|
private int |
seq
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
regs
private java.util.Vector regs
seq
private int seq
JavaSpeechService.dictationListenerAdaptor
public JavaSpeechService.dictationListenerAdaptor(net.jini.core.event.RemoteEventListener listener,
java.rmi.MarshalledObject handback,
int subscribedFor)
JavaSpeechService.dictationListenerAdaptor
public JavaSpeechService.dictationListenerAdaptor()
addListener
public void addListener(net.jini.core.event.RemoteEventListener listener,
java.rmi.MarshalledObject handback,
int subscribedFor)
addListener
public void addListener(JavaSpeechService.eventRegistration r)
removeListener
public void removeListener(JavaSpeechService.eventRegistration listener)
audioReleased
public void audioReleased(javax.speech.recognition.ResultEvent p0)
- Specified by:
- audioReleased in interface javax.speech.recognition.ResultListener
grammarFinalized
public void grammarFinalized(javax.speech.recognition.ResultEvent p0)
- Specified by:
- grammarFinalized in interface javax.speech.recognition.ResultListener
resultAccepted
public void resultAccepted(javax.speech.recognition.ResultEvent evt)
- Specified by:
- resultAccepted in interface javax.speech.recognition.ResultListener
deliverEvent
private void deliverEvent(javax.speech.recognition.Result result,
int type)
resultCreated
public void resultCreated(javax.speech.recognition.ResultEvent p0)
- Specified by:
- resultCreated in interface javax.speech.recognition.ResultListener
resultRejected
public void resultRejected(javax.speech.recognition.ResultEvent p0)
- Specified by:
- resultRejected in interface javax.speech.recognition.ResultListener
resultUpdated
public void resultUpdated(javax.speech.recognition.ResultEvent p0)
- Specified by:
- resultUpdated in interface javax.speech.recognition.ResultListener
trainingInfoReleased
public void trainingInfoReleased(javax.speech.recognition.ResultEvent p0)
- Specified by:
- trainingInfoReleased in interface javax.speech.recognition.ResultListener