org.cogchar.bundle.demo.convo
Class SpeechRecEngine

java.lang.Object
  extended by org.cogchar.bundle.demo.convo.SpeechRecEngine
All Implemented Interfaces:
org.jflux.api.core.Notifier<org.robokind.api.speechrec.SpeechRecEventList>

public class SpeechRecEngine
extends Object
implements org.jflux.api.core.Notifier<org.robokind.api.speechrec.SpeechRecEventList>

Author:
Matthew Stevenson

Constructor Summary
SpeechRecEngine()
           
 
Method Summary
 void addListener(org.jflux.api.core.Listener<org.robokind.api.speechrec.SpeechRecEventList> listener)
           
 void notifyListeners(org.robokind.api.speechrec.SpeechRecEventList e)
           
 void removeListener(org.jflux.api.core.Listener<org.robokind.api.speechrec.SpeechRecEventList> listener)
           
 void setService(org.robokind.api.speechrec.SpeechRecService service)
           
 void test(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechRecEngine

public SpeechRecEngine()
Method Detail

setService

public void setService(org.robokind.api.speechrec.SpeechRecService service)

test

public void test(String text)

addListener

public void addListener(org.jflux.api.core.Listener<org.robokind.api.speechrec.SpeechRecEventList> listener)
Specified by:
addListener in interface org.jflux.api.core.Notifier<org.robokind.api.speechrec.SpeechRecEventList>

removeListener

public void removeListener(org.jflux.api.core.Listener<org.robokind.api.speechrec.SpeechRecEventList> listener)
Specified by:
removeListener in interface org.jflux.api.core.Notifier<org.robokind.api.speechrec.SpeechRecEventList>

notifyListeners

public void notifyListeners(org.robokind.api.speechrec.SpeechRecEventList e)
Specified by:
notifyListeners in interface org.jflux.api.core.Notifier<org.robokind.api.speechrec.SpeechRecEventList>


Copyright © 2010-2013. All Rights Reserved.