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