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