speech.test
Class DictationTest

java.lang.Object
  |
  +--speech.test.DictationTest
All Implemented Interfaces:
TagsListener

public class DictationTest
extends Object
implements TagsListener


Constructor Summary
DictationTest()
           
 
Method Summary
static void main(String[] argv)
           
 void resultAccepted(String who, Hashtable tags)
           
 void say(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictationTest

public DictationTest()
Method Detail

resultAccepted

public void resultAccepted(String who,
                           Hashtable tags)
Specified by:
resultAccepted in interface TagsListener

say

public void say(String s)

main

public static void main(String[] argv)