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

Packages that use SpeechEventList
org.robokind.api.speech   
org.robokind.api.speech.messaging   
org.robokind.api.speech.utils   
org.robokind.api.speech.viseme   
 

Uses of SpeechEventList in org.robokind.api.speech
 

Method parameters in org.robokind.api.speech with type arguments of type SpeechEventList
 void SpeechService.addSpeechEventListener(org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
          Adds a Listener to be notified when a speech event occurs.
 void SpeechService.removeSpeechEventListener(org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
          Removes a Listener from being notified when a speech event occurs.
 

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

Method parameters in org.robokind.api.speech.messaging with type arguments of type SpeechEventList
 void RemoteSpeechServiceClient.addSpeechEventListener(org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
           
 void RemoteSpeechServiceClient.removeSpeechEventListener(org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
           
 void RemoteSpeechServiceClient.setSpeechEventsReceiver(org.robokind.api.messaging.MessageAsyncReceiver<SpeechEventList<SpeechEvent>> receiver)
           
 

Constructor parameters in org.robokind.api.speech.messaging with type arguments of type SpeechEventList
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
 

Uses of SpeechEventList in org.robokind.api.speech.utils
 

Methods in org.robokind.api.speech.utils with parameters of type SpeechEventList
 void SpeechEventNotifier.fireSpeechEvent(SpeechEventList<SpeechEvent> ev)
          Notifies listeners of a SpeechEvent.
 void SpeechEventNotifier.handleEvent(SpeechEventList<SpeechEvent> t)
           
 void SpeechEventLogger.handleEvent(SpeechEventList<SpeechEvent> t)
           
 

Method parameters in org.robokind.api.speech.utils with type arguments of type SpeechEventList
 void SpeechEventNotifier.addSpeechEventListener(org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
          Adds a SpeechEvent listener.
 void SpeechEventNotifier.removeSpeechEventListener(org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> listener)
          Removes a SpeechEvent listener.
 

Uses of SpeechEventList in org.robokind.api.speech.viseme
 

Methods in org.robokind.api.speech.viseme with parameters of type SpeechEventList
 void VisemeEventNotifier.handleEvent(SpeechEventList<SpeechEvent> eventList)
           
 



Copyright © 2011-2013. All Rights Reserved.