public interface KPrimeListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(KPrime source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(KPrime source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
ionicStrengthChanged(KPrime source)
Called when ionicStrength has changed
|
void |
kPrimeChanged(KPrime source)
Called when kPrime has changed
|
void |
phChanged(KPrime source)
Called when ph has changed
|
void |
pMgChanged(KPrime source)
Called when pMg has changed
|
void |
temperatureChanged(KPrime source)
Called when temperature has changed
|
void commentAdded(KPrime source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.KPrimenewValue
- the object representing the new valuevoid commentRemoved(KPrime source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.KPrimeoldValue
- the object representing the removed valuevoid kPrimeChanged(KPrime source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.KPrimevoid ionicStrengthChanged(KPrime source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.KPrimevoid temperatureChanged(KPrime source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.KPrimevoid pMgChanged(KPrime source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.KPrimevoid phChanged(KPrime source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.KPrime