public interface GeneticInteractionListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(GeneticInteraction source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(GeneticInteraction source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(GeneticInteraction source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(GeneticInteraction source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dataSourceAdded(GeneticInteraction source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(GeneticInteraction source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(GeneticInteraction source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(GeneticInteraction source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionScoreAdded(GeneticInteraction source,
Score newValue)
Called when a value of interactionScore has been added
|
void |
interactionScoreRemoved(GeneticInteraction source,
Score oldValue)
Called when a value of interactionScore has been removed
|
void |
interactionTypeChanged(GeneticInteraction source)
Called when interactionType has changed
|
void |
nameAdded(GeneticInteraction source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(GeneticInteraction source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(GeneticInteraction source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantAdded(GeneticInteraction source,
Gene newValue)
Called when a value of participant has been added
|
void |
participantRemoved(GeneticInteraction source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
participantRemoved(GeneticInteraction source,
Gene oldValue)
Called when a value of participant has been removed
|
void |
phenotypeChanged(GeneticInteraction source)
Called when phenotype has changed
|
void |
xrefAdded(GeneticInteraction source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(GeneticInteraction source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(GeneticInteraction source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid dataSourceRemoved(GeneticInteraction source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid availabilityAdded(GeneticInteraction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid availabilityRemoved(GeneticInteraction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid commentAdded(GeneticInteraction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid commentRemoved(GeneticInteraction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid nameAdded(GeneticInteraction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid nameRemoved(GeneticInteraction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid evidenceAdded(GeneticInteraction source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid evidenceRemoved(GeneticInteraction source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid xrefAdded(GeneticInteraction source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid xrefRemoved(GeneticInteraction source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid interactionTypeChanged(GeneticInteraction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionvoid participantAdded(GeneticInteraction source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid participantRemoved(GeneticInteraction source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid participantAdded(GeneticInteraction source, Gene newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid participantRemoved(GeneticInteraction source, Gene oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid interactionScoreAdded(GeneticInteraction source, Score newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionnewValue
- the object representing the new valuevoid interactionScoreRemoved(GeneticInteraction source, Score oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteractionoldValue
- the object representing the removed valuevoid phenotypeChanged(GeneticInteraction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneticInteraction