gate.gui
Class ShellSlacFrame.ImportRunnable

java.lang.Object
  |
  +--gate.gui.ShellSlacFrame.ImportRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
ShellSlacFrame

private class ShellSlacFrame.ImportRunnable
extends Object
implements Runnable

Object to run ExportAll in a new Thread


Field Summary
(package private)  File file
           
 
Constructor Summary
(package private) ShellSlacFrame.ImportRunnable(File targetFile)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

File file
Constructor Detail

ShellSlacFrame.ImportRunnable

ShellSlacFrame.ImportRunnable(File targetFile)
Method Detail

run

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