Uses of Interface
org.mechio.api.speechrec.SpeechRecEventList

Packages that use SpeechRecEventList
org.mechio.api.speechrec   
org.mechio.api.speechrec.messaging   
 

Uses of SpeechRecEventList in org.mechio.api.speechrec
 

Method parameters in org.mechio.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.mechio.api.speechrec.messaging
 

Method parameters in org.mechio.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.jflux.api.messaging.rk.MessageAsyncReceiver<SpeechRecEventList> receiver)
           
 

Constructor parameters in org.mechio.api.speechrec.messaging with type arguments of type SpeechRecEventList
RemoteSpeechRecServiceClient(java.lang.Class<Conf> configClass, java.lang.String speechRecServiceId, java.lang.String remoteId, org.jflux.api.messaging.rk.MessageSender<org.jflux.api.messaging.rk.services.ServiceCommand> commandSender, org.jflux.api.messaging.rk.MessageSender<Conf> configSender, org.jflux.api.messaging.rk.MessageAsyncReceiver<org.jflux.api.messaging.rk.services.ServiceError> errorReceiver, org.jflux.api.messaging.rk.services.ServiceCommandFactory commandFactory, org.jflux.api.messaging.rk.MessageAsyncReceiver<SpeechRecEventList> speechRecReceiver)
          Creates a new RemoteSpeechRecServiceClients.
 



Copyright © 2011-2014. All Rights Reserved.