ffe.parsers
Class CloseFile

java.lang.Object
  extended byffe.parsers.CloseFile
All Implemented Interfaces:
java.lang.Runnable

public final class CloseFile
extends java.lang.Object
implements java.lang.Runnable

The CloseFile class wraps the closing of an FSystem within a thread.


Field Summary
(package private)  Graphics3D graphics
           
(package private)  FSystem s
           
(package private)  MainPanel tink
           
 
Constructor Summary
CloseFile(FSystem sys, MainPanel tp, Graphics3D g)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

FSystem s

tink

MainPanel tink

graphics

Graphics3D graphics
Constructor Detail

CloseFile

public CloseFile(FSystem sys,
                 MainPanel tp,
                 Graphics3D g)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable