Interface FileCloser

All Superinterfaces:
Runnable

public interface FileCloser extends Runnable
The FileCloser interface returns a Runnable object which removes any higher-level references to a MolecularAssembly object (highly implementation- specific). UIFileCloser removes it from the Hierarchy, while PotentialsFileCloser does exactly nothing, because that does not depend on a higher-level structure.

Also legacy code whose functions could probably be wrapped directly into implementations of PotentialsFunctions.

Author:
Jacob M. Litman, Michael J. Schnieders
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
  • Method Details

    • run

      void run()
      Specified by:
      run in interface Runnable