|
||||||||||
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(org.jflux.api.core.Listener<SpeechRecEventList> listener)
Adds a Listener to be notified when an image is received. |
void |
SpeechRecService.removeSpeechRecListener(org.jflux.api.core.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(org.jflux.api.core.Listener<SpeechRecEventList> listener)
|
void |
RemoteSpeechRecServiceClient.removeSpeechRecListener(org.jflux.api.core.Listener<SpeechRecEventList> listener)
|
void |
RemoteSpeechRecServiceClient.setSpeechRecReceiver(org.robokind.api.messaging.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,
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.MessageAsyncReceiver<SpeechRecEventList> speechRecReceiver)
Creates a new RemoteSpeechRecServiceClients. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |