public interface SynthesizedOutputListener
SynthesizedOutput implementation.SystemOutput| Modifier and Type | Method and Description |
|---|---|
void |
outputError(ErrorEvent error)
An error occurred while an output processes an output.
|
void |
outputStatusChanged(SynthesizedOutputEvent event)
Notification about status changes in the
SynthesizedOutput. |
void outputStatusChanged(SynthesizedOutputEvent event)
SynthesizedOutput.event - the output event.void outputError(ErrorEvent error)
This method is intended to feed back errors that happen while the
SystemOutput processes an output asynchronously.
Errors that happen while the output is queued should be reported
by throwing an appropriate error in the
SystemOutput.queueSpeakable(org.jvoicexml.SpeakableText, String, org.jvoicexml.DocumentServer)
method.
error - the error