Package ffx.ui

Class UIFileCloser

java.lang.Object
ffx.ui.UIFileCloser
All Implemented Interfaces:
Runnable

public final class UIFileCloser extends Object implements Runnable
The UIFileCloser class wraps the closing of an FFXSystem within a thread.
Author:
Michael J. Schnieders
  • Constructor Details

    • UIFileCloser

      public UIFileCloser(FFXSystem sys)
      Constructor for FileCloser.
      Parameters:
      sys - a FFXSystem object.
  • Method Details

    • run

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