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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpeechStateGuiMaker.AwakeListener
public SpeechStateGuiMaker.AwakeListener()
actionPerformed
public void actionPerformed(ActionEvent aEvent)
- Specified by:
actionPerformed
in interface ActionListener