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