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