public interface ScoreListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(Score source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Score source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
scoreSourceChanged(Score source)
Called when scoreSource has changed
|
void |
valueChanged(Score source)
Called when value has changed
|
void commentAdded(Score source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ScorenewValue
- the object representing the new valuevoid commentRemoved(Score source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ScoreoldValue
- the object representing the removed valuevoid valueChanged(Score source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Scorevoid scoreSourceChanged(Score source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Score