Package org.openscience.cdk.interfaces
Interface IChemObjectListener
-
- All Known Subinterfaces:
IAminoAcid
,IAtomContainer
,IBioPolymer
,ICrystal
,IMonomer
,IPDBMonomer
,IPDBPolymer
,IPolymer
,IQueryAtomContainer
,IRing
,IStrand
- All Known Implementing Classes:
AminoAcid
,AminoAcid
,AtomContainer
,AtomContainer
,AtomContainerLegacy
,AtomContainerLegacy
,AtomContainerSet
,AtomContainerSet
,BioPolymer
,BioPolymer
,ChargeGroup
,ChemFile
,ChemFile
,ChemModel
,ChemModel
,ChemSequence
,ChemSequence
,Crystal
,Crystal
,DebugAminoAcid
,DebugAtomContainer
,DebugAtomContainerSet
,DebugBioPolymer
,DebugChemFile
,DebugChemModel
,DebugChemSequence
,DebugCrystal
,DebugMonomer
,DebugPDBMonomer
,DebugPDBPolymer
,DebugPolymer
,DebugReactionScheme
,DebugReactionSet
,DebugRing
,DebugRingSet
,DebugStrand
,DebugSubstance
,MDMolecule
,Monomer
,Monomer
,PDBMonomer
,PDBMonomer
,PDBPolymer
,PDBPolymer
,PDBStrand
,PharmacophoreQuery
,Polymer
,Polymer
,QueryAtomContainer
,ReactionChain
,ReactionScheme
,ReactionScheme
,ReactionSet
,ReactionSet
,Residue
,Ring
,Ring
,RingSet
,RingSet
,Strand
,Strand
,Substance
,Substance
public interface IChemObjectListener
Classes implementing this interface must implement this method such that they react appropriately to changes in the object they are interested in.- Source code:
- main
- Belongs to CDK module:
- interfaces
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stateChanged(IChemObjectChangeEvent event)
Called by objects to notify objects that implemented this interface and registered with them as ChemObjectListeners.
-
-
-
Method Detail
-
stateChanged
void stateChanged(IChemObjectChangeEvent event)
Called by objects to notify objects that implemented this interface and registered with them as ChemObjectListeners.- Parameters:
event
- a ChemObjectChangeEvent object
-
-