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