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