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