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

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

Uses of SpeechEvent in org.robokind.api.speech
 

Classes in org.robokind.api.speech with type parameters of type SpeechEvent
 interface SpeechEventList<T extends SpeechEvent>
          Contains a List of SpeechEvents and metadata about the event origin.
 

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

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

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

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

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

Constructors in org.robokind.api.speech.viseme with parameters of type SpeechEvent
DefaultVisemeEvent(SpeechEvent speechEvent, long timestampMillisecUTC)
          Creates a DefaultVisemeEvent from the given SpeechEvent.
DefaultVisemeEvent(SpeechEvent speechEvent, long timestampMillisecUTC, long timeOffset)
           
 



Copyright © 2011-2013. All Rights Reserved.