fr.curie.BiNoM.pathways.biopax
Interface utilityClassListener

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

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

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

Method Detail

COMMENTAdded

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

COMMENTRemoved

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