org.wcb.plugins.speech
Class SynthesizerLoader

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.wcb.plugins.speech.SynthesizerLoader
All Implemented Interfaces:
java.lang.Runnable

public class SynthesizerLoader
extends java.lang.Thread

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 Project: Home Automation Interface Filename: $Id: SynthesizerLoader.java,v 1.3 2004/02/27 01:29:53 wbogaardt Exp $ Abstract: Web bean for x10 jsp. $Log: SynthesizerLoader.java,v $ Revision 1.3 2004/02/27 01:29:53 wbogaardt modified classes so they conform to Checkstyle format in readability Revision 1.2 2003/12/18 17:35:53 wbogaardt fixed speech engine issue so that the application does not lock up but will notify user of the need to install speech.properties file in their home directory. Revision 1.1 2003/12/11 21:58:42 wbogaardt added speach synthesizer using java speech api A Thread that loads the Synthesizer.


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SynthesizerLoader(javax.speech.synthesis.Synthesizer synth)
          Constructs a SynthesizerLoaded which loads the given Synthesizer.
 
Method Summary
 void run()
          Implements the run() method of the Thread class.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynthesizerLoader

public SynthesizerLoader(javax.speech.synthesis.Synthesizer synth)
Constructs a SynthesizerLoaded which loads the given Synthesizer.

Parameters:
synth - the Synthesizer to load the PlayerModel
Method Detail

run

public void run()
Implements the run() method of the Thread class.



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.