fi.hut.tml.xsmiles.mlfc.xforms.dialog
Interface DialogUI
- All Known Implementing Classes:
- DialogGUIDebug, DialogGUITest
- public interface DialogUI
An interface for dialog-type of GUI, such as Command Prompt or the speech GUI
It will take in Speech grammars, or accept anything if grammar is null.
- Author:
- honkkis
append
public void append(java.lang.String text)
showQuestion
public void showQuestion(java.lang.String question,
java.io.Reader grammar)
addActionListener
public void addActionListener(java.awt.event.ActionListener l)
removeActionListener
public void removeActionListener(java.awt.event.ActionListener l)
destroy
public void destroy()
setGrammar
public void setGrammar(java.io.Reader r)
stopSpeech
public void stopSpeech()
stopRecognizer
public void stopRecognizer()
stopAll
public void stopAll()
- stops both the speech synth and recognizer
X-Smiles 1.2