org.biojava.bio.structure.server
Class StructureFetcherRunnable
java.lang.Object
org.biojava.bio.structure.server.StructureFetcherRunnable
- All Implemented Interfaces:
- Runnable
public class StructureFetcherRunnable
- extends Object
- implements 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 Runnable
getStructureListeners
public List<StructureListener> getStructureListeners()
addStructureListener
public void addStructureListener(StructureListener listener)
clearListeners
public void clearListeners()