fr.curie.BiNoM.pathways.biopax
Interface sequenceFeatureListener

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

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

Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.sequenceFeature 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(sequenceFeature source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void COMMENTRemoved(sequenceFeature source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void FEATURE_DASH_LOCATIONAdded(sequenceFeature source, sequenceLocation newValue)
          Called when a value of FEATURE_DASH_LOCATION has been added
 void FEATURE_DASH_LOCATIONRemoved(sequenceFeature source, sequenceLocation oldValue)
          Called when a value of FEATURE_DASH_LOCATION has been removed
 void FEATURE_DASH_TYPEChanged(sequenceFeature source)
          Called when FEATURE_DASH_TYPE has changed
 void NAMEChanged(sequenceFeature source)
          Called when NAME has changed
 void SHORT_DASH_NAMEChanged(sequenceFeature source)
          Called when SHORT_DASH_NAME has changed
 void SYNONYMSAdded(sequenceFeature source, java.lang.String newValue)
          Called when a value of SYNONYMS has been added
 void SYNONYMSRemoved(sequenceFeature source, java.lang.String oldValue)
          Called when a value of SYNONYMS has been removed
 void XREFAdded(sequenceFeature source, xref newValue)
          Called when a value of XREF has been added
 void XREFRemoved(sequenceFeature source, xref oldValue)
          Called when a value of XREF has been removed
 

Method Detail

COMMENTAdded

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

COMMENTRemoved

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

FEATURE_DASH_TYPEChanged

void FEATURE_DASH_TYPEChanged(sequenceFeature source)
Called when FEATURE_DASH_TYPE has changed

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

FEATURE_DASH_LOCATIONAdded

void FEATURE_DASH_LOCATIONAdded(sequenceFeature source,
                                sequenceLocation newValue)
Called when a value of FEATURE_DASH_LOCATION has been added

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

FEATURE_DASH_LOCATIONRemoved

void FEATURE_DASH_LOCATIONRemoved(sequenceFeature source,
                                  sequenceLocation oldValue)
Called when a value of FEATURE_DASH_LOCATION has been removed

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

SHORT_DASH_NAMEChanged

void SHORT_DASH_NAMEChanged(sequenceFeature source)
Called when SHORT_DASH_NAME has changed

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

SYNONYMSAdded

void SYNONYMSAdded(sequenceFeature source,
                   java.lang.String newValue)
Called when a value of SYNONYMS has been added

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

SYNONYMSRemoved

void SYNONYMSRemoved(sequenceFeature source,
                     java.lang.String oldValue)
Called when a value of SYNONYMS has been removed

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

NAMEChanged

void NAMEChanged(sequenceFeature source)
Called when NAME has changed

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

XREFAdded

void XREFAdded(sequenceFeature source,
               xref newValue)
Called when a value of XREF has been added

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

XREFRemoved

void XREFRemoved(sequenceFeature source,
                 xref oldValue)
Called when a value of XREF has been removed

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