public interface CatalysisListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(Catalysis source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(Catalysis source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
catalysisDirectionChanged(Catalysis source)
Called when catalysisDirection has changed
|
void |
cofactorAdded(Catalysis source,
PhysicalEntity newValue)
Called when a value of cofactor has been added
|
void |
cofactorRemoved(Catalysis source,
PhysicalEntity oldValue)
Called when a value of cofactor has been removed
|
void |
commentAdded(Catalysis source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Catalysis source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
controlledChanged(Catalysis source)
Called when controlled has changed
|
void |
controllerAdded(Catalysis source,
Pathway newValue)
Called when a value of controller has been added
|
void |
controllerAdded(Catalysis source,
PhysicalEntity newValue)
Called when a value of controller has been added
|
void |
controllerRemoved(Catalysis source,
Pathway oldValue)
Called when a value of controller has been removed
|
void |
controllerRemoved(Catalysis source,
PhysicalEntity oldValue)
Called when a value of controller has been removed
|
void |
controlTypeChanged(Catalysis source)
Called when controlType has changed
|
void |
dataSourceAdded(Catalysis source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(Catalysis source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(Catalysis source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(Catalysis source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionTypeChanged(Catalysis source)
Called when interactionType has changed
|
void |
nameAdded(Catalysis source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Catalysis source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(Catalysis source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantRemoved(Catalysis source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
xrefAdded(Catalysis source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Catalysis source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(Catalysis source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid dataSourceRemoved(Catalysis source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid availabilityAdded(Catalysis source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid availabilityRemoved(Catalysis source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid commentAdded(Catalysis source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid commentRemoved(Catalysis source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid nameAdded(Catalysis source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid nameRemoved(Catalysis source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid evidenceAdded(Catalysis source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid evidenceRemoved(Catalysis source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid xrefAdded(Catalysis source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid xrefRemoved(Catalysis source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid interactionTypeChanged(Catalysis source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Catalysisvoid participantAdded(Catalysis source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid participantRemoved(Catalysis source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid controlledChanged(Catalysis source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Catalysisvoid controllerAdded(Catalysis source, Pathway newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid controllerRemoved(Catalysis source, Pathway oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid controllerAdded(Catalysis source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid controllerRemoved(Catalysis source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed valuevoid controlTypeChanged(Catalysis source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Catalysisvoid catalysisDirectionChanged(Catalysis source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Catalysisvoid cofactorAdded(Catalysis source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisnewValue
- the object representing the new valuevoid cofactorRemoved(Catalysis source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CatalysisoldValue
- the object representing the removed value