org.jvoicexml.implementation
Class OutputStartedEvent
java.lang.Object
org.jvoicexml.implementation.SynthesizedOutputEvent
org.jvoicexml.implementation.OutputStartedEvent
public final class OutputStartedEvent
- extends SynthesizedOutputEvent
Notification that the output of a SpeakableText has
started.
- Since:
- 0.7.1
- Version:
- $Revision: 2694 $
- Author:
- Dirk Schnelle-Walka
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStartedEvent
public OutputStartedEvent(ObservableSynthesizedOutput output,
String sessionId,
SpeakableText speakableText)
- Constructs a new object.
- Parameters:
output - object that caused the event.sessionId - the session idspeakableText - the speakable that has started
getSpeakable
public SpeakableText getSpeakable()
- Retrieves the speakable.
- Returns:
- the speakable
Copyright © 2005-2010JVoiceXML group.