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