|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.isti.jplotresp.RespProcessingThread
public class RespProcessingThread
Class RespProcessingThread creates a new thread to process parameters.
Constructor Summary | |
---|---|
RespProcessingThread(PlotRun plotRunObj,
RespEntryPanel ePanel,
boolean plotFlag)
Constructs a 'RespProcessingThread' object that is used to run the processing under a different thread. |
Method Summary | |
---|---|
protected static int |
nextThreadNum()
Returns (and increments) the next thread number for autonumbering anonymous threads. |
void |
run()
Executing method for thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RespProcessingThread(PlotRun plotRunObj, RespEntryPanel ePanel, boolean plotFlag)
plotRunObj
- is a PlotRun object.ePanel
- is the parent RespEntryPanel object.plotFlag
- true for plot output, false for files output.Method Detail |
---|
protected static int nextThreadNum()
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |