fr.curie.BiNoM.pathways.biopax
Interface bioSourceListener

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

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

Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.bioSource to receive notification when properties changed, added or removed.


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void CELLTYPEChanged(bioSource source)
          Called when CELLTYPE has changed
 void COMMENTAdded(bioSource source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void COMMENTRemoved(bioSource source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void NAMEChanged(bioSource source)
          Called when NAME has changed
 void TAXON_DASH_XREFChanged(bioSource source)
          Called when TAXON_DASH_XREF has changed
 void TISSUEChanged(bioSource source)
          Called when TISSUE has changed
 

Method Detail

COMMENTAdded

void COMMENTAdded(bioSource 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.bioSource
newValue - the object representing the new value

COMMENTRemoved

void COMMENTRemoved(bioSource 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.bioSource
oldValue - the object representing the removed value

CELLTYPEChanged

void CELLTYPEChanged(bioSource source)
Called when CELLTYPE has changed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.bioSource

TISSUEChanged

void TISSUEChanged(bioSource source)
Called when TISSUE has changed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.bioSource

TAXON_DASH_XREFChanged

void TAXON_DASH_XREFChanged(bioSource source)
Called when TAXON_DASH_XREF has changed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.bioSource

NAMEChanged

void NAMEChanged(bioSource source)
Called when NAME has changed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.bioSource