speech.tools
Class SpeechStateGuiMaker.AwakeListener

java.lang.Object
  |
  +--speech.tools.SpeechStateGuiMaker.AwakeListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
SpeechStateGuiMaker

public class SpeechStateGuiMaker.AwakeListener
extends Object
implements ActionListener

A listener that requests the speech system wake up when the JButton is pressed.

See Also:
ActionListener

Constructor Summary
SpeechStateGuiMaker.AwakeListener()
           
 
Method Summary
 void actionPerformed(ActionEvent aEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechStateGuiMaker.AwakeListener

public SpeechStateGuiMaker.AwakeListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent aEvent)
Specified by:
actionPerformed in interface ActionListener