public interface CellularLocationVocabularyListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(CellularLocationVocabulary source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(CellularLocationVocabulary source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
termAdded(CellularLocationVocabulary source,
java.lang.String newValue)
Called when a value of term has been added
|
void |
termRemoved(CellularLocationVocabulary source,
java.lang.String oldValue)
Called when a value of term has been removed
|
void |
xrefAdded(CellularLocationVocabulary source,
UnificationXref newValue)
Called when a value of xref has been added
|
void |
xrefAdded(CellularLocationVocabulary source,
Xref newValue)
Called when a value of xref has been added
|
void |
xrefRemoved(CellularLocationVocabulary source,
UnificationXref oldValue)
Called when a value of xref has been removed
|
void |
xrefRemoved(CellularLocationVocabulary source,
Xref oldValue)
Called when a value of xref has been removed
|
void commentAdded(CellularLocationVocabulary source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CellularLocationVocabularynewValue
- the object representing the new valuevoid commentRemoved(CellularLocationVocabulary source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CellularLocationVocabularyoldValue
- the object representing the removed valuevoid termAdded(CellularLocationVocabulary source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CellularLocationVocabularynewValue
- the object representing the new valuevoid termRemoved(CellularLocationVocabulary source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CellularLocationVocabularyoldValue
- the object representing the removed valuevoid xrefAdded(CellularLocationVocabulary source, Xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CellularLocationVocabularynewValue
- the object representing the new valuevoid xrefRemoved(CellularLocationVocabulary source, Xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CellularLocationVocabularyoldValue
- the object representing the removed valuevoid xrefAdded(CellularLocationVocabulary source, UnificationXref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CellularLocationVocabularynewValue
- the object representing the new valuevoid xrefRemoved(CellularLocationVocabulary source, UnificationXref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.CellularLocationVocabularyoldValue
- the object representing the removed value