fr.curie.BiNoM.pathways.biopax
Interface pathwayStepListener

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

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

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

Method Detail

COMMENTAdded

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

COMMENTRemoved

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

NEXT_DASH_STEPAdded

void NEXT_DASH_STEPAdded(pathwayStep source,
                         pathwayStep newValue)
Called when a value of NEXT_DASH_STEP has been added

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.pathwayStep
newValue - the object representing the new value

NEXT_DASH_STEPRemoved

void NEXT_DASH_STEPRemoved(pathwayStep source,
                           pathwayStep oldValue)
Called when a value of NEXT_DASH_STEP has been removed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.pathwayStep
oldValue - the object representing the removed value

STEP_DASH_INTERACTIONSAdded

void STEP_DASH_INTERACTIONSAdded(pathwayStep source,
                                 interaction newValue)
Called when a value of STEP_DASH_INTERACTIONS has been added

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.pathwayStep
newValue - the object representing the new value

STEP_DASH_INTERACTIONSRemoved

void STEP_DASH_INTERACTIONSRemoved(pathwayStep source,
                                   interaction oldValue)
Called when a value of STEP_DASH_INTERACTIONS has been removed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.pathwayStep
oldValue - the object representing the removed value

STEP_DASH_INTERACTIONSAdded

void STEP_DASH_INTERACTIONSAdded(pathwayStep source,
                                 pathway newValue)
Called when a value of STEP_DASH_INTERACTIONS has been added

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.pathwayStep
newValue - the object representing the new value

STEP_DASH_INTERACTIONSRemoved

void STEP_DASH_INTERACTIONSRemoved(pathwayStep source,
                                   pathway oldValue)
Called when a value of STEP_DASH_INTERACTIONS has been removed

Parameters:
source - the affected instance of fr.curie.BiNoM.pathways.biopax.pathwayStep
oldValue - the object representing the removed value