org.jvoicexml.implementation
Class OutputStartedEvent

java.lang.Object
  extended by org.jvoicexml.implementation.SynthesizedOutputEvent
      extended by 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

Field Summary
 
Fields inherited from class org.jvoicexml.implementation.SynthesizedOutputEvent
MARKER_REACHED, OUTPUT_ENDED, OUTPUT_STARTED, OUTPUT_UPDATE, QUEUE_EMPTY
 
Constructor Summary
OutputStartedEvent(ObservableSynthesizedOutput output, String sessionId, SpeakableText speakableText)
          Constructs a new object.
 
Method Summary
 SpeakableText getSpeakable()
          Retrieves the speakable.
 
Methods inherited from class org.jvoicexml.implementation.SynthesizedOutputEvent
getEvent, getSessionId, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStartedEvent

public OutputStartedEvent(ObservableSynthesizedOutput output,
                          String sessionId,
                          SpeakableText speakableText)
Constructs a new object.

Parameters:
output - object that caused the event.
sessionId - the session id
speakableText - the speakable that has started
Method Detail

getSpeakable

public SpeakableText getSpeakable()
Retrieves the speakable.

Returns:
the speakable


Copyright © 2005-2010JVoiceXML group.