Uses of Interface
org.robokind.api.speech.viseme.VisemeEvent

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

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

Methods in org.robokind.api.speech.utils with parameters of type VisemeEvent
 void VisemeLogger.handleEvent(VisemeEvent event)
           
 

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

Classes in org.robokind.api.speech.viseme that implement VisemeEvent
 class DefaultVisemeEvent
           
 

Methods in org.robokind.api.speech.viseme that return VisemeEvent
 VisemeEvent VisemeEventQueue.getEvent(long timeUTC)
           
 

Methods in org.robokind.api.speech.viseme that return types with arguments of type VisemeEvent
 org.jflux.api.core.Listener<VisemeEvent> VisemeEventQueue.getListener()
           
 

Methods in org.robokind.api.speech.viseme with parameters of type VisemeEvent
 void VisemeEventNotifier.handleVisemeEvent(VisemeEvent event)
          Notifies listeners of a VisemeEvent.
 

Method parameters in org.robokind.api.speech.viseme with type arguments of type VisemeEvent
 void VisemeEventNotifier.addListener(org.jflux.api.core.Listener<VisemeEvent> listener)
          Adds a VisemeEvent listener to be notified.
 void VisemeEventNotifier.removeListener(org.jflux.api.core.Listener<VisemeEvent> listener)
          Removes a VisemeEvent listener.
 



Copyright © 2011-2013. All Rights Reserved.