fr.curie.BiNoM.pathways.biopax
Interface sequenceSiteListener

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

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

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

Method Detail

COMMENTAdded

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

COMMENTRemoved

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

POSITION_DASH_STATUSChanged

void POSITION_DASH_STATUSChanged(sequenceSite source)
Called when POSITION_DASH_STATUS has changed

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

SEQUENCE_DASH_POSITIONChanged

void SEQUENCE_DASH_POSITIONChanged(sequenceSite source)
Called when SEQUENCE_DASH_POSITION has changed

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