|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SynthesizedOutputListener | |
|---|---|
| org.jvoicexml.implementation | Basic classes and interfaces for the implementation platform. |
| org.jvoicexml.implementation.external | External listeners for synthesis and recognition events. |
| org.jvoicexml.implementation.jvxml | Basic implementations for JVoiceXML. |
| Uses of SynthesizedOutputListener in org.jvoicexml.implementation |
|---|
| Subinterfaces of SynthesizedOutputListener in org.jvoicexml.implementation | |
|---|---|
interface |
ExternalSynthesisListener
Listener for events from the Synthesizer to be used in external applications, e.g. to perform facial animation in a VHML environment |
| Methods in org.jvoicexml.implementation with parameters of type SynthesizedOutputListener | |
|---|---|
void |
ObservableSynthesizedOutput.addListener(SynthesizedOutputListener listener)
Adds the listener for system output events. |
void |
ObservableSynthesizedOutput.removeListener(SynthesizedOutputListener listener)
Removes the listener for system output events. |
| Uses of SynthesizedOutputListener in org.jvoicexml.implementation.external |
|---|
| Classes in org.jvoicexml.implementation.external that implement SynthesizedOutputListener | |
|---|---|
class |
SocketExternalSynthesisListener
Class to send the synthesized output as String to a connected serversocket on localhost. |
| Uses of SynthesizedOutputListener in org.jvoicexml.implementation.jvxml |
|---|
| Classes in org.jvoicexml.implementation.jvxml that implement SynthesizedOutputListener | |
|---|---|
class |
JVoiceXmlImplementationPlatform
Basic implementation of an ImplementationPlatform. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||