org.vrspace.speech
Class Speech

java.lang.Object
  extended byResultAdapter
      extended byorg.vrspace.speech.Speech

public class Speech
extends ResultAdapter

See Also:
Serialized Form

Constructor Summary
Speech()
           
 
Method Summary
 void finalize()
           
 void listen(java.lang.Object obj)
           
 void resultAccepted(ResultEvent e)
          Speech stuff: receives RESULT_ACCEPTED event
 void say(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Speech

public Speech()
       throws java.lang.Exception
Method Detail

resultAccepted

public void resultAccepted(ResultEvent e)
Speech stuff: receives RESULT_ACCEPTED event


finalize

public void finalize()

listen

public void listen(java.lang.Object obj)

say

public void say(java.lang.String s)