|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.structure.server.StructureFetcherRunnable
public class StructureFetcherRunnable
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.
Constructor Summary | |
---|---|
StructureFetcherRunnable(PDBInstallation installation)
Deprecated. |
Method Summary | |
---|---|
void |
addStructureListener(StructureListener listener)
Deprecated. |
void |
clearListeners()
Deprecated. |
List<StructureListener> |
getStructureListeners()
Deprecated. |
void |
run()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StructureFetcherRunnable(PDBInstallation installation)
Method Detail |
---|
public void run()
run
in interface Runnable
public List<StructureListener> getStructureListeners()
public void addStructureListener(StructureListener listener)
public void clearListeners()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |