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