public interface BioSourceListener
Modifier and Type | Method and Description |
---|---|
void |
cellTypeChanged(BioSource source)
Called when cellType has changed
|
void |
commentAdded(BioSource source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(BioSource source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
nameAdded(BioSource source,
java.lang.String newValue)
Called when a value of name has been added
|
void |
nameRemoved(BioSource source,
java.lang.String oldValue)
Called when a value of name has been removed
|
void |
tissueChanged(BioSource source)
Called when tissue has changed
|
void |
xrefAdded(BioSource source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(BioSource source,
Xref oldValue)
Called when a value of xref has been removed
|
void commentAdded(BioSource source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BioSourcenewValue
- the object representing the new valuevoid commentRemoved(BioSource source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BioSourceoldValue
- the object representing the removed valuevoid tissueChanged(BioSource source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BioSourcevoid cellTypeChanged(BioSource source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BioSourcevoid nameAdded(BioSource source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BioSourcenewValue
- the object representing the new valuevoid nameRemoved(BioSource source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BioSourceoldValue
- the object representing the removed valuevoid xrefAdded(BioSource source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BioSourcenewValue
- the object representing the new value