|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Methods in org.robokind.api.speech.messaging with parameters of type SpeechRequest | |
|---|---|
void |
RemoteSpeechServiceHost.handleEvent(SpeechRequest t)
|
| 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 |
RemoteSpeechServiceHost.setSpeechRequestNotifier(org.jflux.api.core.Notifier<SpeechRequest> notifier)
|
void |
RemoteSpeechServiceClient.setSpeechRequestSender(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,
MessageSender<ServiceCommand> commandSender,
MessageSender<Conf> configSender,
MessageAsyncReceiver<ServiceError> errorReceiver,
ServiceCommandFactory commandFactory,
MessageSender<SpeechRequest> requestSender,
MessageAsyncReceiver<SpeechEventList<SpeechEvent>> eventReceiver,
SpeechRequestFactory requestFactory)
Connects to a remote SpeechService through Messaging components |
|
RemoteSpeechServiceHost(SpeechService service,
org.jflux.api.core.Notifier<SpeechRequest> notifier,
org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||