Uses of Interface
org.robokind.api.speech.SpeechRequest

Packages that use SpeechRequest
org.robokind.api.speech   
org.robokind.api.speech.messaging   
 

Uses of SpeechRequest in org.robokind.api.speech
 

Methods in org.robokind.api.speech that return SpeechRequest
 SpeechRequest SpeechRequestFactory.create(String clientId, String hostId, String phrase)
           
 

Method parameters in org.robokind.api.speech with type arguments of type SpeechRequest
 void SpeechService.addRequestListener(org.jflux.api.core.Listener<SpeechRequest> listener)
          Adds a Listener to be notified when a speech request is made.
 void SpeechService.removeRequestListener(org.jflux.api.core.Listener<SpeechRequest> listener)
          Removes a Listener from being notified when a speech request is made.
 

Uses of SpeechRequest in org.robokind.api.speech.messaging
 

Method parameters in org.robokind.api.speech.messaging with type arguments of type SpeechRequest
 void RemoteSpeechServiceClient.addRequestListener(org.jflux.api.core.Listener<SpeechRequest> listener)
           
 void RemoteSpeechServiceClient.removeRequestListener(org.jflux.api.core.Listener<SpeechRequest> listener)
           
 void RemoteSpeechServiceClient.setSpeechRequestSender(org.robokind.api.messaging.MessageSender<SpeechRequest> sender)
           
 

Constructor parameters in org.robokind.api.speech.messaging with type arguments of type SpeechRequest
RemoteSpeechServiceClient(Class<Conf> configClass, String speechServiceId, String remoteId, org.robokind.api.messaging.MessageSender<org.robokind.api.messaging.services.ServiceCommand> commandSender, org.robokind.api.messaging.MessageSender<Conf> configSender, org.robokind.api.messaging.MessageAsyncReceiver<org.robokind.api.messaging.services.ServiceError> errorReceiver, org.robokind.api.messaging.services.ServiceCommandFactory commandFactory, org.robokind.api.messaging.MessageSender<SpeechRequest> requestSender, org.robokind.api.messaging.MessageAsyncReceiver<SpeechEventList<SpeechEvent>> eventReceiver, SpeechRequestFactory requestFactory)
          Connects to a remote SpeechService through Messaging components
 



Copyright © 2011-2013. All Rights Reserved.