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