public interface ControlListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(Control source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(Control source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(Control source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Control source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
controlledChanged(Control source)
Called when controlled has changed
|
void |
controllerAdded(Control source,
Pathway newValue)
Called when a value of controller has been added
|
void |
controllerAdded(Control source,
PhysicalEntity newValue)
Called when a value of controller has been added
|
void |
controllerRemoved(Control source,
Pathway oldValue)
Called when a value of controller has been removed
|
void |
controllerRemoved(Control source,
PhysicalEntity oldValue)
Called when a value of controller has been removed
|
void |
controlTypeChanged(Control source)
Called when controlType has changed
|
void |
dataSourceAdded(Control source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(Control source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(Control source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(Control source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
interactionTypeChanged(Control source)
Called when interactionType has changed
|
void |
nameAdded(Control source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Control source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
participantAdded(Control source,
Entity newValue)
Called when a value of participant has been added
|
void |
participantRemoved(Control source,
Entity oldValue)
Called when a value of participant has been removed
|
void |
xrefAdded(Control source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Control source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(Control source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid dataSourceRemoved(Control source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid availabilityAdded(Control source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid availabilityRemoved(Control source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid commentAdded(Control source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid commentRemoved(Control source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid nameAdded(Control source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid nameRemoved(Control source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid evidenceAdded(Control source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid evidenceRemoved(Control source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid xrefAdded(Control source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid xrefRemoved(Control source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid interactionTypeChanged(Control source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Controlvoid participantAdded(Control source, Entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid participantRemoved(Control source, Entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid controlledChanged(Control source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Controlvoid controllerAdded(Control source, Pathway newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid controllerRemoved(Control source, Pathway oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid controllerAdded(Control source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControlnewValue
- the object representing the new valuevoid controllerRemoved(Control source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ControloldValue
- the object representing the removed valuevoid controlTypeChanged(Control source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Control