fr.curie.BiNoM.pathways.biopax
Interface xrefListener

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

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

Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.xref 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(xref source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void COMMENTRemoved(xref source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void DB_DASH_VERSIONChanged(xref source)
          Called when DB_DASH_VERSION has changed
 void DBChanged(xref source)
          Called when DB has changed
 void ID_DASH_VERSIONChanged(xref source)
          Called when ID_DASH_VERSION has changed
 void IDChanged(xref source)
          Called when ID has changed
 

Method Detail

COMMENTAdded

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

COMMENTRemoved

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

ID_DASH_VERSIONChanged

void ID_DASH_VERSIONChanged(xref source)
Called when ID_DASH_VERSION has changed

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

DB_DASH_VERSIONChanged

void DB_DASH_VERSIONChanged(xref source)
Called when DB_DASH_VERSION has changed

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

IDChanged

void IDChanged(xref source)
Called when ID has changed

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

DBChanged

void DBChanged(xref source)
Called when DB has changed

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