public interface DeltaGListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(DeltaG source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(DeltaG source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
deltaGPrime0Changed(DeltaG source)
Called when deltaGPrime0 has changed
|
void |
ionicStrengthChanged(DeltaG source)
Called when ionicStrength has changed
|
void |
phChanged(DeltaG source)
Called when ph has changed
|
void |
pMgChanged(DeltaG source)
Called when pMg has changed
|
void |
temperatureChanged(DeltaG source)
Called when temperature has changed
|
void commentAdded(DeltaG source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DeltaGnewValue
- the object representing the new valuevoid commentRemoved(DeltaG source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DeltaGoldValue
- the object representing the removed valuevoid deltaGPrime0Changed(DeltaG source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DeltaGvoid ionicStrengthChanged(DeltaG source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DeltaGvoid temperatureChanged(DeltaG source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DeltaGvoid pMgChanged(DeltaG source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DeltaGvoid phChanged(DeltaG source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DeltaG