public interface ConversionListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(Conversion source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(Conversion source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(Conversion source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Conversion source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
conversionDirectionChanged(Conversion source)
Called when conversionDirection has changed
|
void |
dataSourceAdded(Conversion source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(Conversion source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(Conversion source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(Conversion source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionTypeChanged(Conversion source)
Called when interactionType has changed
|
void |
leftAdded(Conversion source,
PhysicalEntity newValue)
Called when a value of left has been added
|
void |
leftRemoved(Conversion source,
PhysicalEntity oldValue)
Called when a value of left has been removed
|
void |
nameAdded(Conversion source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Conversion source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(Conversion source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantAdded(Conversion source,
PhysicalEntity newValue)
Called when a value of participant has been added
|
void |
participantRemoved(Conversion source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
participantRemoved(Conversion source,
PhysicalEntity oldValue)
Called when a value of participant has been removed
|
void |
participantStoichiometryAdded(Conversion source,
Stoichiometry newValue)
Called when a value of participantStoichiometry has been added
|
void |
participantStoichiometryRemoved(Conversion source,
Stoichiometry oldValue)
Called when a value of participantStoichiometry has been removed
|
void |
rightAdded(Conversion source,
PhysicalEntity newValue)
Called when a value of right has been added
|
void |
rightRemoved(Conversion source,
PhysicalEntity oldValue)
Called when a value of right has been removed
|
void |
spontaneousChanged(Conversion source)
Called when spontaneous has changed
|
void |
xrefAdded(Conversion source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Conversion source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(Conversion source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid dataSourceRemoved(Conversion source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid availabilityAdded(Conversion source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid availabilityRemoved(Conversion source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid commentAdded(Conversion source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid commentRemoved(Conversion source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid nameAdded(Conversion source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid nameRemoved(Conversion source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid evidenceAdded(Conversion source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid evidenceRemoved(Conversion source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid xrefAdded(Conversion source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid xrefRemoved(Conversion source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid interactionTypeChanged(Conversion source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Conversionvoid participantAdded(Conversion source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid participantRemoved(Conversion source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid participantAdded(Conversion source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid participantRemoved(Conversion source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid participantStoichiometryAdded(Conversion source, Stoichiometry newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid participantStoichiometryRemoved(Conversion source, Stoichiometry oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid spontaneousChanged(Conversion source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Conversionvoid leftAdded(Conversion source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid leftRemoved(Conversion source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed valuevoid conversionDirectionChanged(Conversion source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Conversionvoid rightAdded(Conversion source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionnewValue
- the object representing the new valuevoid rightRemoved(Conversion source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ConversionoldValue
- the object representing the removed value