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