jview
Class JAsynchronAnalyser.AnalyserThread
java.lang.Object
java.lang.Thread
jview.JAsynchronAnalyser.AnalyserThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- JAsynchronAnalyser
private class JAsynchronAnalyser.AnalyserThread
- extends Thread
Creates a new thread that takes the components analyser, prepares the
data cards to be used in the analyser and processes it on start.
|
Method Summary |
void |
run()
Runs the analyer. |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
worker
private ProgressMonitor worker
- The progress meter to catch cancel events.
in
private VectorG[] in
- The analyser's data.
JAsynchronAnalyser.AnalyserThread
protected JAsynchronAnalyser.AnalyserThread(ProgressMonitor boss,
VectorG[] input)
- Prepares the analyser thread. Does not start automatically.
run
public void run()
- Runs the analyer. Once finished, it calls the worker's
JAsynchronAnalyser.ready(vec_math.VectorG[], vec_math.VectorG[]) method with the analysed data.
- Specified by:
run in interface Runnable- Overrides:
run in class Thread