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