public interface ChemicalStructureListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(ChemicalStructure source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(ChemicalStructure source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
structureDataChanged(ChemicalStructure source)
Called when structureData has changed
|
void |
structureFormatChanged(ChemicalStructure source)
Called when structureFormat has changed
|
void commentAdded(ChemicalStructure source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ChemicalStructurenewValue
- the object representing the new valuevoid commentRemoved(ChemicalStructure source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ChemicalStructureoldValue
- the object representing the removed valuevoid structureFormatChanged(ChemicalStructure source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ChemicalStructurevoid structureDataChanged(ChemicalStructure source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ChemicalStructure