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