|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.SwingWorker<java.lang.Void,java.lang.Void>
extra.inpro.training.DataCollector.RecoStart
private class DataCollector.RecoStart
RecoStart is used to start up recognition (AM loading, ...) in a SwingWorker thread. once finished, it calls recoRunner, the thread that continuously runs recognition in the background and pushes ASR_RESULT events onto the Swing event queue.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.SwingWorker |
|---|
javax.swing.SwingWorker.StateValue |
| Constructor Summary | |
|---|---|
private |
DataCollector.RecoStart()
|
| Method Summary | |
|---|---|
protected java.lang.Void |
doInBackground()
|
protected void |
done()
|
| Methods inherited from class javax.swing.SwingWorker |
|---|
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private DataCollector.RecoStart()
| Method Detail |
|---|
protected java.lang.Void doInBackground()
throws java.lang.Exception
doInBackground in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>java.lang.Exceptionprotected void done()
done in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||