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