edu.wisc.ssec.mcidasv.control
Class McIdasImageSequenceControl.McIdasCommandLine
java.lang.Object
edu.wisc.ssec.mcidasv.control.McIdasImageSequenceControl.McIdasCommandLine
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- McIdasImageSequenceControl
private class McIdasImageSequenceControl.McIdasCommandLine
- extends Object
- implements Runnable
Try my hand at creating a thread
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
line
private String line
showprocess
private boolean showprocess
McIdasImageSequenceControl.McIdasCommandLine
public McIdasImageSequenceControl.McIdasCommandLine()
McIdasImageSequenceControl.McIdasCommandLine
public McIdasImageSequenceControl.McIdasCommandLine(String line,
boolean showprocess)
run
public void run()
- Specified by:
run
in interface Runnable