Class StructureFetcherRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    public class StructureFetcherRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    a Runnable class that talks to a PDBInstallation and requests a new protein structure. Once the structure has been loaded, the StructureListeners are notified of the new structure.
    Author:
    Andreas Prlic
    • Constructor Detail

      • StructureFetcherRunnable

        public StructureFetcherRunnable​(PDBInstallation installation)
    • Method Detail

      • run

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

        public java.util.List<StructureListener> getStructureListeners()
      • addStructureListener

        public void addStructureListener​(StructureListener listener)
      • clearListeners

        public void clearListeners()