edu.wisc.ssec.mcidasv.control
Class McIdasImageSequenceControl.McIdasCommandLine

java.lang.Object
  extended by 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


Field Summary
private  String line
           
private  boolean showprocess
           
 
Constructor Summary
McIdasImageSequenceControl.McIdasCommandLine()
           
McIdasImageSequenceControl.McIdasCommandLine(String line, boolean showprocess)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

private String line

showprocess

private boolean showprocess
Constructor Detail

McIdasImageSequenceControl.McIdasCommandLine

public McIdasImageSequenceControl.McIdasCommandLine()

McIdasImageSequenceControl.McIdasCommandLine

public McIdasImageSequenceControl.McIdasCommandLine(String line,
                                                    boolean showprocess)
Method Detail

run

public void run()
Specified by:
run in interface Runnable