fr.curie.BiNoM.pathways.biopax
Interface sequenceIntervalListener

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

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

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

Method Detail

COMMENTAdded

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

COMMENTRemoved

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

SEQUENCE_DASH_INTERVAL_DASH_BEGINChanged

void SEQUENCE_DASH_INTERVAL_DASH_BEGINChanged(sequenceInterval source)
Called when SEQUENCE_DASH_INTERVAL_DASH_BEGIN has changed

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

SEQUENCE_DASH_INTERVAL_DASH_ENDChanged

void SEQUENCE_DASH_INTERVAL_DASH_ENDChanged(sequenceInterval source)
Called when SEQUENCE_DASH_INTERVAL_DASH_END has changed

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