public interface StructureServer
Modifier and Type | Method and Description |
---|---|
void |
addStructureListener(StructureListener listener) |
void |
clearStructureListeners() |
int |
getCacheSize() |
PDBInstallation |
getPDBInstallation() |
boolean |
hasNextStructure() |
void |
requestNextStructure(StructureListener listener) |
void |
setCacheSize(int nr)
set how many structures should be kept in memory - for quicker access
|
void |
setPDBInstallation(PDBInstallation installation) |
void addStructureListener(StructureListener listener)
void clearStructureListeners()
void setPDBInstallation(PDBInstallation installation)
PDBInstallation getPDBInstallation()
void setCacheSize(int nr)
nr
- int getCacheSize()
void requestNextStructure(StructureListener listener)
boolean hasNextStructure()