public interface DnaRegionReferenceListener
Modifier and Type | Method and Description |
---|---|
void |
absoluteRegionChanged(DnaRegionReference source)
Called when absoluteRegion has changed
|
void |
commentAdded(DnaRegionReference source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(DnaRegionReference source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
entityFeatureAdded(DnaRegionReference source,
EntityFeature newValue)
Called when a value of entityFeature has been added
|
void |
entityFeatureRemoved(DnaRegionReference source,
EntityFeature oldValue)
Called when a value of entityFeature has been removed
|
void |
entityReferenceTypeChanged(DnaRegionReference source)
Called when entityReferenceType has changed
|
void |
evidenceAdded(DnaRegionReference source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(DnaRegionReference source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
memberEntityReferenceAdded(DnaRegionReference source,
EntityReference newValue)
Called when a value of memberEntityReference has been added
|
void |
memberEntityReferenceRemoved(DnaRegionReference source,
EntityReference oldValue)
Called when a value of memberEntityReference has been removed
|
void |
nameAdded(DnaRegionReference source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(DnaRegionReference source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
organismChanged(DnaRegionReference source)
Called when organism has changed
|
void |
regionTypeChanged(DnaRegionReference source)
Called when regionType has changed
|
void |
sequenceChanged(DnaRegionReference source)
Called when sequence has changed
|
void |
subRegionAdded(DnaRegionReference source,
DnaRegionReference newValue)
Called when a value of subRegion has been added
|
void |
subRegionAdded(DnaRegionReference source,
RnaRegionReference newValue)
Called when a value of subRegion has been added
|
void |
subRegionRemoved(DnaRegionReference source,
DnaRegionReference oldValue)
Called when a value of subRegion has been removed
|
void |
subRegionRemoved(DnaRegionReference source,
RnaRegionReference oldValue)
Called when a value of subRegion has been removed
|
void |
xrefAdded(DnaRegionReference source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(DnaRegionReference source,
Xref oldValue)
Called when a value of xref has been removed
|
void commentAdded(DnaRegionReference source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencenewValue
- the object representing the new valuevoid commentRemoved(DnaRegionReference source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferenceoldValue
- the object representing the removed valuevoid memberEntityReferenceAdded(DnaRegionReference source, EntityReference newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencenewValue
- the object representing the new valuevoid memberEntityReferenceRemoved(DnaRegionReference source, EntityReference oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferenceoldValue
- the object representing the removed valuevoid entityReferenceTypeChanged(DnaRegionReference source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencevoid entityFeatureAdded(DnaRegionReference source, EntityFeature newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencenewValue
- the object representing the new valuevoid entityFeatureRemoved(DnaRegionReference source, EntityFeature oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferenceoldValue
- the object representing the removed valuevoid nameAdded(DnaRegionReference source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencenewValue
- the object representing the new valuevoid nameRemoved(DnaRegionReference source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferenceoldValue
- the object representing the removed valuevoid evidenceAdded(DnaRegionReference source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencenewValue
- the object representing the new valuevoid evidenceRemoved(DnaRegionReference source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferenceoldValue
- the object representing the removed valuevoid xrefAdded(DnaRegionReference source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencenewValue
- the object representing the new valuevoid xrefRemoved(DnaRegionReference source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferenceoldValue
- the object representing the removed valuevoid sequenceChanged(DnaRegionReference source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencevoid subRegionAdded(DnaRegionReference source, DnaRegionReference newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencenewValue
- the object representing the new valuevoid subRegionRemoved(DnaRegionReference source, DnaRegionReference oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferenceoldValue
- the object representing the removed valuevoid subRegionAdded(DnaRegionReference source, RnaRegionReference newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencenewValue
- the object representing the new valuevoid subRegionRemoved(DnaRegionReference source, RnaRegionReference oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferenceoldValue
- the object representing the removed valuevoid regionTypeChanged(DnaRegionReference source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencevoid organismChanged(DnaRegionReference source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReferencevoid absoluteRegionChanged(DnaRegionReference source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.DnaRegionReference