|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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(org.jflux.api.core.Listener<SpeechEvent> listener)
Adds a Listener to be notified when a speech event occurs. |
void |
SpeechService.removeSpeechEventListener(org.jflux.api.core.Listener<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<SpeechEvent> listener)
|
void |
RemoteSpeechServiceClient.removeSpeechEventListener(org.jflux.api.core.Listener<SpeechEvent> listener)
|
| 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)
Notifies listeners of a SpeechEvent. |
void |
SpeechEventLogger.handleEvent(SpeechEvent t)
|
| Method parameters in org.robokind.api.speech.utils with type arguments of type SpeechEvent | |
|---|---|
void |
SpeechEventNotifier.addSpeechEventListener(org.jflux.api.core.Listener<SpeechEvent> listener)
Adds a SpeechEvent listener. |
void |
SpeechEventNotifier.removeSpeechEventListener(org.jflux.api.core.Listener<SpeechEvent> listener)
Removes a 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)
Creates a DefaultVisemeEvent from the given SpeechEvent. |
|
DefaultVisemeEvent(SpeechEvent speechEvent,
long timeOffset)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||