fr.curie.BiNoM.pathways.biopax
Interface openControlledVocabularyListener

All Superinterfaces:
com.ibm.adtech.jastor.ThingListener

public interface openControlledVocabularyListener
extends com.ibm.adtech.jastor.ThingListener

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

COMMENTAdded

void COMMENTAdded(openControlledVocabulary source,
                  java.lang.String newValue)
Called when a value of COMMENT has been added

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
newValue - the object representing the new value

COMMENTRemoved

void COMMENTRemoved(openControlledVocabulary source,
                    java.lang.String oldValue)
Called when a value of COMMENT has been removed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
oldValue - the object representing the removed value

TERMAdded

void TERMAdded(openControlledVocabulary source,
               java.lang.String newValue)
Called when a value of TERM has been added

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
newValue - the object representing the new value

TERMRemoved

void TERMRemoved(openControlledVocabulary source,
                 java.lang.String oldValue)
Called when a value of TERM has been removed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
oldValue - the object representing the removed value

XREFAdded

void XREFAdded(openControlledVocabulary source,
               xref newValue)
Called when a value of XREF has been added

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
newValue - the object representing the new value

XREFRemoved

void XREFRemoved(openControlledVocabulary source,
                 xref oldValue)
Called when a value of XREF has been removed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
oldValue - the object representing the removed value

XREFAdded

void XREFAdded(openControlledVocabulary source,
               unificationXref newValue)
Called when a value of XREF has been added

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
newValue - the object representing the new value

XREFRemoved

void XREFRemoved(openControlledVocabulary source,
                 unificationXref oldValue)
Called when a value of XREF has been removed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.openControlledVocabulary
oldValue - the object representing the removed value