public interface StoichiometryListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(Stoichiometry source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Stoichiometry source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
physicalEntityChanged(Stoichiometry source)
Called when physicalEntity has changed
|
void |
stoichiometricCoefficientChanged(Stoichiometry source)
Called when stoichiometricCoefficient has changed
|
void commentAdded(Stoichiometry source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.StoichiometrynewValue
- the object representing the new valuevoid commentRemoved(Stoichiometry source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.StoichiometryoldValue
- the object representing the removed valuevoid stoichiometricCoefficientChanged(Stoichiometry source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Stoichiometryvoid physicalEntityChanged(Stoichiometry source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Stoichiometry