public interface GeneListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(Gene source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(Gene source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(Gene source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Gene source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dataSourceAdded(Gene source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(Gene source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(Gene source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(Gene source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
nameAdded(Gene source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Gene source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
organismChanged(Gene source)
Called when organism has changed
|
void |
xrefAdded(Gene source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Gene source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(Gene source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GenenewValue
- the object representing the new valuevoid dataSourceRemoved(Gene source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneoldValue
- the object representing the removed valuevoid availabilityAdded(Gene source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GenenewValue
- the object representing the new valuevoid availabilityRemoved(Gene source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneoldValue
- the object representing the removed valuevoid commentAdded(Gene source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GenenewValue
- the object representing the new valuevoid commentRemoved(Gene source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneoldValue
- the object representing the removed valuevoid nameAdded(Gene source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GenenewValue
- the object representing the new valuevoid nameRemoved(Gene source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneoldValue
- the object representing the removed valuevoid evidenceAdded(Gene source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GenenewValue
- the object representing the new valuevoid evidenceRemoved(Gene source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneoldValue
- the object representing the removed valuevoid xrefAdded(Gene source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GenenewValue
- the object representing the new valuevoid xrefRemoved(Gene source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.GeneoldValue
- the object representing the removed valuevoid organismChanged(Gene source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Gene