public interface TemplateReactionListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(TemplateReaction source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(TemplateReaction source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(TemplateReaction source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(TemplateReaction source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dataSourceAdded(TemplateReaction source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(TemplateReaction source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(TemplateReaction source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(TemplateReaction source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionTypeChanged(TemplateReaction source)
Called when interactionType has changed
|
void |
nameAdded(TemplateReaction source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(TemplateReaction source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(TemplateReaction source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantAdded(TemplateReaction source,
PhysicalEntity newValue)
Called when a value of participant has been added
|
void |
participantRemoved(TemplateReaction source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
participantRemoved(TemplateReaction source,
PhysicalEntity oldValue)
Called when a value of participant has been removed
|
void |
productAdded(TemplateReaction source,
Dna newValue)
Called when a value of product has been added
|
void |
productAdded(TemplateReaction source,
Protein newValue)
Called when a value of product has been added
|
void |
productAdded(TemplateReaction source,
Rna newValue)
Called when a value of product has been added
|
void |
productRemoved(TemplateReaction source,
Dna oldValue)
Called when a value of product has been removed
|
void |
productRemoved(TemplateReaction source,
Protein oldValue)
Called when a value of product has been removed
|
void |
productRemoved(TemplateReaction source,
Rna oldValue)
Called when a value of product has been removed
|
void |
templateChanged(TemplateReaction source)
Called when template has changed
|
void |
templateDirectionChanged(TemplateReaction source)
Called when templateDirection has changed
|
void |
xrefAdded(TemplateReaction source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(TemplateReaction source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(TemplateReaction source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid dataSourceRemoved(TemplateReaction source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid availabilityAdded(TemplateReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid availabilityRemoved(TemplateReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid commentAdded(TemplateReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid commentRemoved(TemplateReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid nameAdded(TemplateReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid nameRemoved(TemplateReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid evidenceAdded(TemplateReaction source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid evidenceRemoved(TemplateReaction source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid xrefAdded(TemplateReaction source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid xrefRemoved(TemplateReaction source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid interactionTypeChanged(TemplateReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionvoid participantAdded(TemplateReaction source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid participantRemoved(TemplateReaction source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid participantAdded(TemplateReaction source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid participantRemoved(TemplateReaction source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid templateDirectionChanged(TemplateReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionvoid productAdded(TemplateReaction source, Dna newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid productRemoved(TemplateReaction source, Dna oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid productAdded(TemplateReaction source, Protein newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid productRemoved(TemplateReaction source, Protein oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid productAdded(TemplateReaction source, Rna newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionnewValue
- the object representing the new valuevoid productRemoved(TemplateReaction source, Rna oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReactionoldValue
- the object representing the removed valuevoid templateChanged(TemplateReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.TemplateReaction