fr.curie.BiNoM.pathways.biopax
Interface chemicalStructureListener

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

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

Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.chemicalStructure 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(chemicalStructure source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void COMMENTRemoved(chemicalStructure source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void STRUCTURE_DASH_DATAChanged(chemicalStructure source)
          Called when STRUCTURE_DASH_DATA has changed
 void STRUCTURE_DASH_FORMATChanged(chemicalStructure source)
          Called when STRUCTURE_DASH_FORMAT has changed
 

Method Detail

COMMENTAdded

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

COMMENTRemoved

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

STRUCTURE_DASH_DATAChanged

void STRUCTURE_DASH_DATAChanged(chemicalStructure source)
Called when STRUCTURE_DASH_DATA has changed

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

STRUCTURE_DASH_FORMATChanged

void STRUCTURE_DASH_FORMATChanged(chemicalStructure source)
Called when STRUCTURE_DASH_FORMAT has changed

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