uk.ac.ed.simulator_pdb.model
Class PDBFile.PDBAdapter

java.lang.Object
  extended byuk.ac.ed.simulator_pdb.model.PDBFile.PDBAdapter
All Implemented Interfaces:
PDBFile.PDBListener
Enclosing class:
PDBFile

public static class PDBFile.PDBAdapter
extends java.lang.Object
implements PDBFile.PDBListener


Constructor Summary
PDBFile.PDBAdapter()
           
 
Method Summary
 void pdbFileChanged(PDBFile.PDBEvent event)
           
 void scaleChanged(PDBFile.PDBEvent event)
           
 void templateAdded(PDBFile.PDBEvent event)
           
 void templateRemoved(PDBFile.PDBEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDBFile.PDBAdapter

public PDBFile.PDBAdapter()
Method Detail

scaleChanged

public void scaleChanged(PDBFile.PDBEvent event)
Specified by:
scaleChanged in interface PDBFile.PDBListener

pdbFileChanged

public void pdbFileChanged(PDBFile.PDBEvent event)
Specified by:
pdbFileChanged in interface PDBFile.PDBListener

templateAdded

public void templateAdded(PDBFile.PDBEvent event)
Specified by:
templateAdded in interface PDBFile.PDBListener

templateRemoved

public void templateRemoved(PDBFile.PDBEvent event)
Specified by:
templateRemoved in interface PDBFile.PDBListener