hmi.elckerlyc.speechengine
Interface TextOutput

All Known Implementing Classes:
JLabelTextOutput, StdoutTextOutput

public interface TextOutput

Used to display the text of a TextSpeechUnit

Author:
welberge

Method Summary
 void setParameterValue(String paramater, float value)
           
 void setText(String text)
          Replace current text by text
 

Method Detail

setText

void setText(String text)
Replace current text by text


setParameterValue

void setParameterValue(String paramater,
                       float value)