public interface PathwayListener
Modifier and Type | Method and Description |
---|---|
void |
availabilityAdded(Pathway source,
java.lang.String newValue)
Called when a value of availability has been added
|
void |
availabilityRemoved(Pathway source,
java.lang.String oldValue)
Called when a value of availability has been removed
|
void |
commentAdded(Pathway source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(Pathway source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
dataSourceAdded(Pathway source,
Provenance newValue)
Called when a value of dataSource has been added
|
void |
dataSourceRemoved(Pathway source,
Provenance oldValue)
Called when a value of dataSource has been removed
|
void |
evidenceAdded(Pathway source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(Pathway source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
nameAdded(Pathway source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(Pathway source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
organismChanged(Pathway source)
Called when organism has changed
|
void |
pathwayComponentAdded(Pathway source,
Interaction newValue)
Called when a value of pathwayComponent has been added
|
void |
pathwayComponentAdded(Pathway source,
Pathway newValue)
Called when a value of pathwayComponent has been added
|
void |
pathwayComponentRemoved(Pathway source,
Interaction oldValue)
Called when a value of pathwayComponent has been removed
|
void |
pathwayComponentRemoved(Pathway source,
Pathway oldValue)
Called when a value of pathwayComponent has been removed
|
void |
pathwayOrderAdded(Pathway source,
PathwayStep newValue)
Called when a value of pathwayOrder has been added
|
void |
pathwayOrderRemoved(Pathway source,
PathwayStep oldValue)
Called when a value of pathwayOrder has been removed
|
void |
xrefAdded(Pathway source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(Pathway source,
Xref oldValue)
Called when a value of xref has been removed
|
void dataSourceAdded(Pathway source, Provenance newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid dataSourceRemoved(Pathway source, Provenance oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid availabilityAdded(Pathway source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid availabilityRemoved(Pathway source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid commentAdded(Pathway source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid commentRemoved(Pathway source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid nameAdded(Pathway source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid nameRemoved(Pathway source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid evidenceAdded(Pathway source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid evidenceRemoved(Pathway source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid xrefAdded(Pathway source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid xrefRemoved(Pathway source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid pathwayOrderAdded(Pathway source, PathwayStep newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid pathwayOrderRemoved(Pathway source, PathwayStep oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid pathwayComponentAdded(Pathway source, Interaction newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid pathwayComponentRemoved(Pathway source, Interaction oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid pathwayComponentAdded(Pathway source, Pathway newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwaynewValue
- the object representing the new valuevoid pathwayComponentRemoved(Pathway source, Pathway oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.PathwayoldValue
- the object representing the removed valuevoid organismChanged(Pathway source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.Pathway