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