public interface DnaListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(Dna source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(Dna source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
cellularLocationChanged(Dna source)
Called when cellularLocation has changed
|
void |
commentAdded(Dna source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Dna source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dataSourceAdded(Dna source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(Dna source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
entityReferenceChanged(Dna source)
Called when entityReference has changed
|
void |
evidenceAdded(Dna source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(Dna source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
featureAdded(Dna source,
EntityFeature newValue)
Called when a value of feature has been added
|
void |
featureRemoved(Dna source,
EntityFeature oldValue)
Called when a value of feature has been removed
|
void |
memberPhysicalEntityAdded(Dna source,
Dna newValue)
Called when a value of memberPhysicalEntity has been added
|
void |
memberPhysicalEntityAdded(Dna source,
PhysicalEntity newValue)
Called when a value of memberPhysicalEntity has been added
|
void |
memberPhysicalEntityRemoved(Dna source,
Dna oldValue)
Called when a value of memberPhysicalEntity has been removed
|
void |
memberPhysicalEntityRemoved(Dna source,
PhysicalEntity oldValue)
Called when a value of memberPhysicalEntity has been removed
|
void |
nameAdded(Dna source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Dna source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
notFeatureAdded(Dna source,
EntityFeature newValue)
Called when a value of notFeature has been added
|
void |
notFeatureRemoved(Dna source,
EntityFeature oldValue)
Called when a value of notFeature has been removed
|
void |
xrefAdded(Dna source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Dna source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(Dna source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid dataSourceRemoved(Dna source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid availabilityAdded(Dna source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid availabilityRemoved(Dna source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid commentAdded(Dna source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid commentRemoved(Dna source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid nameAdded(Dna source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid nameRemoved(Dna source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid evidenceAdded(Dna source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid evidenceRemoved(Dna source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid xrefAdded(Dna source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid xrefRemoved(Dna source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid featureAdded(Dna source, EntityFeature newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid featureRemoved(Dna source, EntityFeature oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid notFeatureAdded(Dna source, EntityFeature newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid notFeatureRemoved(Dna source, EntityFeature oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid memberPhysicalEntityAdded(Dna source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid memberPhysicalEntityRemoved(Dna source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid memberPhysicalEntityAdded(Dna source, Dna newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnanewValue
- the object representing the new valuevoid memberPhysicalEntityRemoved(Dna source, Dna oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaoldValue
- the object representing the removed valuevoid cellularLocationChanged(Dna source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Dnavoid entityReferenceChanged(Dna source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Dna