public class SpeechRecEngine extends Object implements org.jflux.api.core.Notifier<org.mechio.api.speechrec.SpeechRecEventList>
| Constructor and Description |
|---|
SpeechRecEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(org.jflux.api.core.Listener<org.mechio.api.speechrec.SpeechRecEventList> listener) |
void |
notifyListeners(org.mechio.api.speechrec.SpeechRecEventList e) |
void |
removeListener(org.jflux.api.core.Listener<org.mechio.api.speechrec.SpeechRecEventList> listener) |
void |
setService(org.mechio.api.speechrec.SpeechRecService service) |
void |
test(String text) |
public void setService(org.mechio.api.speechrec.SpeechRecService service)
public void test(String text)
public void addListener(org.jflux.api.core.Listener<org.mechio.api.speechrec.SpeechRecEventList> listener)
addListener in interface org.jflux.api.core.Notifier<org.mechio.api.speechrec.SpeechRecEventList>public void removeListener(org.jflux.api.core.Listener<org.mechio.api.speechrec.SpeechRecEventList> listener)
removeListener in interface org.jflux.api.core.Notifier<org.mechio.api.speechrec.SpeechRecEventList>public void notifyListeners(org.mechio.api.speechrec.SpeechRecEventList e)
notifyListeners in interface org.jflux.api.core.Notifier<org.mechio.api.speechrec.SpeechRecEventList>Copyright © 2010-2015. All Rights Reserved.