org.biojava.bio.structure.server
Class StructureFetcherRunnable
java.lang.Object
org.biojava.bio.structure.server.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructureFetcherRunnable
public StructureFetcherRunnable(PDBInstallation installation)
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()