fr.curie.BiNoM.pathways.biopax
Interface relationshipXrefListener

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

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

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

Method Detail

COMMENTAdded

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

COMMENTRemoved

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

ID_DASH_VERSIONChanged

void ID_DASH_VERSIONChanged(relationshipXref source)
Called when ID_DASH_VERSION has changed

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

DB_DASH_VERSIONChanged

void DB_DASH_VERSIONChanged(relationshipXref source)
Called when DB_DASH_VERSION has changed

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

IDChanged

void IDChanged(relationshipXref source)
Called when ID has changed

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

DBChanged

void DBChanged(relationshipXref source)
Called when DB has changed

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

RELATIONSHIP_DASH_TYPEChanged

void RELATIONSHIP_DASH_TYPEChanged(relationshipXref source)
Called when RELATIONSHIP_DASH_TYPE has changed

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