org.jvoicexml.implementation
Interface SystemOutputListener

All Known Implementing Classes:
JVoiceXmlImplementationPlatform

public interface SystemOutputListener

Listener for events from the SystemOutput implementation.

Since:
0.5
Version:
$Revision: 206 $

Copyright © 2006 JVoiceXML group - http://jvoicexml.sourceforge.net/

Author:
Dirk Schnelle
See Also:
SystemOutput

Method Summary
 void markerReached(String mark)
          Notification that a <mark> element has been reached.
 void outputEnded()
          Notification that the system output has ended.
 void outputStarted()
          Notification that the system output has started.
 

Method Detail

outputStarted

void outputStarted()
Notification that the system output has started.

Since:
0.5.5

outputEnded

void outputEnded()
Notification that the system output has ended.


markerReached

void markerReached(String mark)
Notification that a <mark> element has been reached.

Parameters:
mark - Name of the mark.


Copyright © 2005-2007 JVoiceXML group.