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