public interface PathwayStepListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(PathwayStep source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(PathwayStep source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
evidenceAdded(PathwayStep source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(PathwayStep source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
nextStepAdded(PathwayStep source,
PathwayStep newValue)
Called when a value of nextStep has been added
|
void |
nextStepRemoved(PathwayStep source,
PathwayStep oldValue)
Called when a value of nextStep has been removed
|
void |
stepProcessAdded(PathwayStep source,
Interaction newValue)
Called when a value of stepProcess has been added
|
void |
stepProcessAdded(PathwayStep source,
Pathway newValue)
Called when a value of stepProcess has been added
|
void |
stepProcessRemoved(PathwayStep source,
Interaction oldValue)
Called when a value of stepProcess has been removed
|
void |
stepProcessRemoved(PathwayStep source,
Pathway oldValue)
Called when a value of stepProcess has been removed
|
void commentAdded(PathwayStep source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepnewValue
- the object representing the new valuevoid commentRemoved(PathwayStep source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepoldValue
- the object representing the removed valuevoid nextStepAdded(PathwayStep source, PathwayStep newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepnewValue
- the object representing the new valuevoid nextStepRemoved(PathwayStep source, PathwayStep oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepoldValue
- the object representing the removed valuevoid stepProcessAdded(PathwayStep source, Interaction newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepnewValue
- the object representing the new valuevoid stepProcessRemoved(PathwayStep source, Interaction oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepoldValue
- the object representing the removed valuevoid stepProcessAdded(PathwayStep source, Pathway newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepnewValue
- the object representing the new valuevoid stepProcessRemoved(PathwayStep source, Pathway oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepoldValue
- the object representing the removed valuevoid evidenceAdded(PathwayStep source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepnewValue
- the object representing the new valuevoid evidenceRemoved(PathwayStep source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayStepoldValue
- the object representing the removed value