public interface ComplexAssemblyListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(ComplexAssembly source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(ComplexAssembly source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(ComplexAssembly source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(ComplexAssembly source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
conversionDirectionChanged(ComplexAssembly source)
Called when conversionDirection has changed
|
void |
dataSourceAdded(ComplexAssembly source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(ComplexAssembly source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(ComplexAssembly source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(ComplexAssembly source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionTypeChanged(ComplexAssembly source)
Called when interactionType has changed
|
void |
leftAdded(ComplexAssembly source,
PhysicalEntity newValue)
Called when a value of left has been added
|
void |
leftRemoved(ComplexAssembly source,
PhysicalEntity oldValue)
Called when a value of left has been removed
|
void |
nameAdded(ComplexAssembly source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(ComplexAssembly source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(ComplexAssembly source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantAdded(ComplexAssembly source,
PhysicalEntity newValue)
Called when a value of participant has been added
|
void |
participantRemoved(ComplexAssembly source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
participantRemoved(ComplexAssembly source,
PhysicalEntity oldValue)
Called when a value of participant has been removed
|
void |
participantStoichiometryAdded(ComplexAssembly source,
Stoichiometry newValue)
Called when a value of participantStoichiometry has been added
|
void |
participantStoichiometryRemoved(ComplexAssembly source,
Stoichiometry oldValue)
Called when a value of participantStoichiometry has been removed
|
void |
rightAdded(ComplexAssembly source,
PhysicalEntity newValue)
Called when a value of right has been added
|
void |
rightRemoved(ComplexAssembly source,
PhysicalEntity oldValue)
Called when a value of right has been removed
|
void |
spontaneousChanged(ComplexAssembly source)
Called when spontaneous has changed
|
void |
xrefAdded(ComplexAssembly source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(ComplexAssembly source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(ComplexAssembly source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid dataSourceRemoved(ComplexAssembly source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid availabilityAdded(ComplexAssembly source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid availabilityRemoved(ComplexAssembly source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid commentAdded(ComplexAssembly source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid commentRemoved(ComplexAssembly source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid nameAdded(ComplexAssembly source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid nameRemoved(ComplexAssembly source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid evidenceAdded(ComplexAssembly source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid evidenceRemoved(ComplexAssembly source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid xrefAdded(ComplexAssembly source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid xrefRemoved(ComplexAssembly source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid interactionTypeChanged(ComplexAssembly source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyvoid participantAdded(ComplexAssembly source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid participantRemoved(ComplexAssembly source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid participantAdded(ComplexAssembly source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid participantRemoved(ComplexAssembly source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid participantStoichiometryAdded(ComplexAssembly source, Stoichiometry newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid participantStoichiometryRemoved(ComplexAssembly source, Stoichiometry oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid spontaneousChanged(ComplexAssembly source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyvoid leftAdded(ComplexAssembly source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid leftRemoved(ComplexAssembly source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed valuevoid conversionDirectionChanged(ComplexAssembly source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyvoid rightAdded(ComplexAssembly source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblynewValue
- the object representing the new valuevoid rightRemoved(ComplexAssembly source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ComplexAssemblyoldValue
- the object representing the removed value