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

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

Uses of SpeechEvent in org.robokind.api.speech
 

Methods in org.robokind.api.speech that return types with arguments of type SpeechEvent
 List<SpeechEvent> SpeechEventList.getSpeechEvents()
          Returns the List of SpeechEvents.
 

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

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

Methods in org.robokind.api.speech.utils with parameters of type SpeechEvent
 void SpeechEventNotifier.fireSpeechEvent(SpeechEvent ev)
           
 void SpeechEventLogger.handleEvent(SpeechEvent t)
           
 

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

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

Methods in org.robokind.api.speech.viseme with parameters of type SpeechEvent
 void VisemeEventNotifier.handleEvent(SpeechEvent event)
           
 

Constructors in org.robokind.api.speech.viseme with parameters of type SpeechEvent
DefaultVisemeEvent(SpeechEvent speechEvent)
           
 



Copyright © 2011-2012. All Rights Reserved.