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