fr.curie.BiNoM.pathways.biopax
Interface sequenceParticipantListener

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

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

Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.sequenceParticipant to receive notification when properties changed, added or removed.


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void CELLULAR_DASH_LOCATIONChanged(sequenceParticipant source)
          Called when CELLULAR_DASH_LOCATION has changed
 void COMMENTAdded(sequenceParticipant source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void COMMENTRemoved(sequenceParticipant source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void PHYSICAL_DASH_ENTITYChanged(sequenceParticipant source)
          Called when PHYSICAL_DASH_ENTITY has changed
 void SEQUENCE_DASH_FEATURE_DASH_LISTAdded(sequenceParticipant source, sequenceFeature newValue)
          Called when a value of SEQUENCE_DASH_FEATURE_DASH_LIST has been added
 void SEQUENCE_DASH_FEATURE_DASH_LISTRemoved(sequenceParticipant source, sequenceFeature oldValue)
          Called when a value of SEQUENCE_DASH_FEATURE_DASH_LIST has been removed
 void STOICHIOMETRIC_DASH_COEFFICIENTChanged(sequenceParticipant source)
          Called when STOICHIOMETRIC_DASH_COEFFICIENT has changed
 

Method Detail

COMMENTAdded

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

COMMENTRemoved

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

PHYSICAL_DASH_ENTITYChanged

void PHYSICAL_DASH_ENTITYChanged(sequenceParticipant source)
Called when PHYSICAL_DASH_ENTITY has changed

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

STOICHIOMETRIC_DASH_COEFFICIENTChanged

void STOICHIOMETRIC_DASH_COEFFICIENTChanged(sequenceParticipant source)
Called when STOICHIOMETRIC_DASH_COEFFICIENT has changed

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

CELLULAR_DASH_LOCATIONChanged

void CELLULAR_DASH_LOCATIONChanged(sequenceParticipant source)
Called when CELLULAR_DASH_LOCATION has changed

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

SEQUENCE_DASH_FEATURE_DASH_LISTAdded

void SEQUENCE_DASH_FEATURE_DASH_LISTAdded(sequenceParticipant source,
                                          sequenceFeature newValue)
Called when a value of SEQUENCE_DASH_FEATURE_DASH_LIST has been added

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

SEQUENCE_DASH_FEATURE_DASH_LISTRemoved

void SEQUENCE_DASH_FEATURE_DASH_LISTRemoved(sequenceParticipant source,
                                            sequenceFeature oldValue)
Called when a value of SEQUENCE_DASH_FEATURE_DASH_LIST has been removed

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