|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface openControlledVocabularyListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary to
receive notification when properties changed, added or removed.
Field Summary |
---|
Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
---|
copyright |
Method Summary | |
---|---|
void |
COMMENTAdded(openControlledVocabulary source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(openControlledVocabulary source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
TERMAdded(openControlledVocabulary source,
java.lang.String newValue)
Called when a value of TERM has been added |
void |
TERMRemoved(openControlledVocabulary source,
java.lang.String oldValue)
Called when a value of TERM has been removed |
void |
XREFAdded(openControlledVocabulary source,
unificationXref newValue)
Called when a value of XREF has been added |
void |
XREFAdded(openControlledVocabulary source,
xref newValue)
Called when a value of XREF has been added |
void |
XREFRemoved(openControlledVocabulary source,
unificationXref oldValue)
Called when a value of XREF has been removed |
void |
XREFRemoved(openControlledVocabulary source,
xref oldValue)
Called when a value of XREF has been removed |
Method Detail |
---|
void COMMENTAdded(openControlledVocabulary source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabularynewValue
- the object representing the new valuevoid COMMENTRemoved(openControlledVocabulary source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabularyoldValue
- the object representing the removed valuevoid TERMAdded(openControlledVocabulary source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabularynewValue
- the object representing the new valuevoid TERMRemoved(openControlledVocabulary source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabularyoldValue
- the object representing the removed valuevoid XREFAdded(openControlledVocabulary source, xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabularynewValue
- the object representing the new valuevoid XREFRemoved(openControlledVocabulary source, xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabularyoldValue
- the object representing the removed valuevoid XREFAdded(openControlledVocabulary source, unificationXref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabularynewValue
- the object representing the new valuevoid XREFRemoved(openControlledVocabulary source, unificationXref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabularyoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |