|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread org.wcb.plugins.speech.SynthesizerLoader
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 |
public SynthesizerLoader(javax.speech.synthesis.Synthesizer synth)
synth
- the Synthesizer to load
the PlayerModelMethod Detail |
public void run()
run()
method of the Thread class.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |