org.robokind.api.speech.messaging
Class RemoteSpeechServiceHost
java.lang.Object
org.robokind.api.speech.messaging.RemoteSpeechServiceHost
- All Implemented Interfaces:
- org.jflux.api.core.Listener<SpeechRequest>
public class RemoteSpeechServiceHost
- extends Object
- implements org.jflux.api.core.Listener<SpeechRequest>
- Author:
- Jason G. Pallack
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_ID
public static final String PROP_ID
- See Also:
- Constant Field Values
RemoteSpeechServiceHost
public RemoteSpeechServiceHost()
RemoteSpeechServiceHost
public RemoteSpeechServiceHost(SpeechService service,
org.jflux.api.core.Notifier<SpeechRequest> notifier,
org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
setSpeechService
public void setSpeechService(SpeechService service)
setSpeechRequestNotifier
public void setSpeechRequestNotifier(org.jflux.api.core.Notifier<SpeechRequest> notifier)
setSpeechEventListener
public void setSpeechEventListener(org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
handleEvent
public void handleEvent(SpeechRequest t)
- Specified by:
handleEvent in interface org.jflux.api.core.Listener<SpeechRequest>
Copyright © 2011-2013. All Rights Reserved.