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