|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpeechRecEventList | |
|---|---|
| org.robokind.api.speechrec | |
| org.robokind.api.speechrec.messaging | |
| Uses of SpeechRecEventList in org.robokind.api.speechrec |
|---|
| Method parameters in org.robokind.api.speechrec with type arguments of type SpeechRecEventList | |
|---|---|
void |
SpeechRecService.addSpeechRecListener(Listener<SpeechRecEventList> listener)
Adds a Listener to be notified when an image is received. |
void |
SpeechRecService.removeSpeechRecListener(Listener<SpeechRecEventList> listener)
Removes a Listener from being notified when an image is received. |
| Uses of SpeechRecEventList in org.robokind.api.speechrec.messaging |
|---|
| Method parameters in org.robokind.api.speechrec.messaging with type arguments of type SpeechRecEventList | |
|---|---|
void |
RemoteSpeechRecServiceClient.addSpeechRecListener(Listener<SpeechRecEventList> listener)
|
void |
RemoteSpeechRecServiceClient.removeSpeechRecListener(Listener<SpeechRecEventList> listener)
|
void |
RemoteSpeechRecServiceClient.setSpeechRecReceiver(MessageAsyncReceiver<SpeechRecEventList> receiver)
|
| Constructor parameters in org.robokind.api.speechrec.messaging with type arguments of type SpeechRecEventList | |
|---|---|
RemoteSpeechRecServiceClient(Class<Conf> configClass,
String speechRecServiceId,
String remoteId,
MessageSender<ServiceCommand> commandSender,
MessageSender<Conf> configSender,
MessageAsyncReceiver<ServiceError> errorReceiver,
ServiceCommandFactory commandFactory,
MessageAsyncReceiver<SpeechRecEventList> speechRecReceiver)
Creates a new RemoteSpeechRecServiceClients. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||