org.jvoicexml.implementation
Interface ObservableSystemOutput

All Known Implementing Classes:
AudioOutput

public interface ObservableSystemOutput

A SystemOutput that can be monitored by SystemOutputListeners.

Implementations must implement this interface to propagate input events to the interpreter.

Since:
0.5.5
Version:
$Revision: 214 $

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

Author:
Dirk Schnelle

Method Summary
 void setSystemOutputListener(SystemOutputListener listener)
          Sets the listener for system output events.
 

Method Detail

setSystemOutputListener

void setSystemOutputListener(SystemOutputListener listener)
Sets the listener for system output events.

The implementation of this interface must notify the listener about all events.

Parameters:
listener - The listener.
Since:
0.5


Copyright © 2005-2007 JVoiceXML group.