public interface EntityListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(Entity source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(Entity source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(Entity source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Entity source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dataSourceAdded(Entity source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(Entity source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(Entity source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(Entity source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
nameAdded(Entity source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Entity source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
xrefAdded(Entity source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Entity source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(Entity source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntitynewValue
- the object representing the new valuevoid dataSourceRemoved(Entity source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntityoldValue
- the object representing the removed valuevoid availabilityAdded(Entity source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntitynewValue
- the object representing the new valuevoid availabilityRemoved(Entity source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntityoldValue
- the object representing the removed valuevoid commentAdded(Entity source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntitynewValue
- the object representing the new valuevoid commentRemoved(Entity source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntityoldValue
- the object representing the removed valuevoid nameAdded(Entity source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntitynewValue
- the object representing the new valuevoid nameRemoved(Entity source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntityoldValue
- the object representing the removed valuevoid evidenceAdded(Entity source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntitynewValue
- the object representing the new valuevoid evidenceRemoved(Entity source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntityoldValue
- the object representing the removed valuevoid xrefAdded(Entity source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.EntitynewValue
- the object representing the new value