|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpeechEvent | |
|---|---|
| org.mechio.api.speech | |
| org.mechio.api.speech.messaging | |
| org.mechio.api.speech.utils | |
| org.mechio.api.speech.viseme | |
| Uses of SpeechEvent in org.mechio.api.speech |
|---|
| Classes in org.mechio.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.mechio.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.mechio.api.speech.messaging |
|---|
| Method parameters in org.mechio.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 |
RemoteSpeechServiceHost.setSpeechEventSender(org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> sender)
|
void |
RemoteSpeechServiceClient.setSpeechEventsReceiver(org.jflux.api.messaging.rk.MessageAsyncReceiver<SpeechEventList<SpeechEvent>> receiver)
|
| Constructor parameters in org.mechio.api.speech.messaging with type arguments of type SpeechEvent | |
|---|---|
RemoteSpeechServiceClient(java.lang.Class<Conf> configClass,
java.lang.String speechServiceId,
java.lang.String remoteId,
org.jflux.api.messaging.rk.MessageSender<org.jflux.api.messaging.rk.services.ServiceCommand> commandSender,
org.jflux.api.messaging.rk.MessageSender<Conf> configSender,
org.jflux.api.messaging.rk.MessageAsyncReceiver<org.jflux.api.messaging.rk.services.ServiceError> errorReceiver,
org.jflux.api.messaging.rk.services.ServiceCommandFactory commandFactory,
org.jflux.api.messaging.rk.MessageSender<SpeechRequest> requestSender,
org.jflux.api.messaging.rk.MessageAsyncReceiver<SpeechEventList<SpeechEvent>> eventReceiver,
SpeechRequestFactory requestFactory)
Connects to a remote SpeechService through Messaging components |
|
RemoteSpeechServiceHost(SpeechService service,
org.jflux.api.core.Listener<SpeechEventList<SpeechEvent>> sender,
org.jflux.api.core.Notifier<SpeechRequest> receiver)
|
|
| Uses of SpeechEvent in org.mechio.api.speech.utils |
|---|
| Method parameters in org.mechio.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.mechio.api.speech.viseme |
|---|
| Method parameters in org.mechio.api.speech.viseme with type arguments of type SpeechEvent | |
|---|---|
void |
VisemeEventNotifier.handleEvent(SpeechEventList<SpeechEvent> eventList)
|
| Constructors in org.mechio.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||