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