fr.curie.BiNoM.pathways.biopax
Interface modulationListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void AVAILABILITYAdded(modulation source, java.lang.String newValue)
          Called when a value of AVAILABILITY has been added
 void AVAILABILITYRemoved(modulation source, java.lang.String oldValue)
          Called when a value of AVAILABILITY has been removed
 void COMMENTAdded(modulation source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void COMMENTRemoved(modulation source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void CONTROL_DASH_TYPEChanged(modulation source)
          Called when CONTROL_DASH_TYPE has changed
 void CONTROLLEDChanged(modulation source)
          Called when CONTROLLED has changed
 void CONTROLLERChanged(modulation source)
          Called when CONTROLLER has changed
 void DATA_DASH_SOURCEAdded(modulation source, dataSource newValue)
          Called when a value of DATA_DASH_SOURCE has been added
 void DATA_DASH_SOURCERemoved(modulation source, dataSource oldValue)
          Called when a value of DATA_DASH_SOURCE has been removed
 void EVIDENCEAdded(modulation source, evidence newValue)
          Called when a value of EVIDENCE has been added
 void EVIDENCERemoved(modulation source, evidence oldValue)
          Called when a value of EVIDENCE has been removed
 void INTERACTION_DASH_TYPEAdded(modulation source, openControlledVocabulary newValue)
          Called when a value of INTERACTION_DASH_TYPE has been added
 void INTERACTION_DASH_TYPERemoved(modulation source, openControlledVocabulary oldValue)
          Called when a value of INTERACTION_DASH_TYPE has been removed
 void NAMEChanged(modulation source)
          Called when NAME has changed
 void PARTICIPANTSAdded(modulation source, entity newValue)
          Called when a value of PARTICIPANTS has been added
 void PARTICIPANTSAdded(modulation source, physicalEntityParticipant newValue)
          Called when a value of PARTICIPANTS has been added
 void PARTICIPANTSRemoved(modulation source, entity oldValue)
          Called when a value of PARTICIPANTS has been removed
 void PARTICIPANTSRemoved(modulation source, physicalEntityParticipant oldValue)
          Called when a value of PARTICIPANTS has been removed
 void SHORT_DASH_NAMEChanged(modulation source)
          Called when SHORT_DASH_NAME has changed
 void SYNONYMSAdded(modulation source, java.lang.String newValue)
          Called when a value of SYNONYMS has been added
 void SYNONYMSRemoved(modulation source, java.lang.String oldValue)
          Called when a value of SYNONYMS has been removed
 void XREFAdded(modulation source, xref newValue)
          Called when a value of XREF has been added
 void XREFRemoved(modulation source, xref oldValue)
          Called when a value of XREF has been removed
 

Method Detail

DATA_DASH_SOURCEAdded

void DATA_DASH_SOURCEAdded(modulation source,
                           dataSource newValue)
Called when a value of DATA_DASH_SOURCE has been added

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

DATA_DASH_SOURCERemoved

void DATA_DASH_SOURCERemoved(modulation source,
                             dataSource oldValue)
Called when a value of DATA_DASH_SOURCE has been removed

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

AVAILABILITYAdded

void AVAILABILITYAdded(modulation source,
                       java.lang.String newValue)
Called when a value of AVAILABILITY has been added

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

AVAILABILITYRemoved

void AVAILABILITYRemoved(modulation source,
                         java.lang.String oldValue)
Called when a value of AVAILABILITY has been removed

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

COMMENTAdded

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

COMMENTRemoved

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

SHORT_DASH_NAMEChanged

void SHORT_DASH_NAMEChanged(modulation source)
Called when SHORT_DASH_NAME has changed

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

SYNONYMSAdded

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

SYNONYMSRemoved

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

NAMEChanged

void NAMEChanged(modulation source)
Called when NAME has changed

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

XREFAdded

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

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

XREFRemoved

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

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

PARTICIPANTSAdded

void PARTICIPANTSAdded(modulation source,
                       physicalEntityParticipant newValue)
Called when a value of PARTICIPANTS has been added

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

PARTICIPANTSRemoved

void PARTICIPANTSRemoved(modulation source,
                         physicalEntityParticipant oldValue)
Called when a value of PARTICIPANTS has been removed

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

PARTICIPANTSAdded

void PARTICIPANTSAdded(modulation source,
                       entity newValue)
Called when a value of PARTICIPANTS has been added

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

PARTICIPANTSRemoved

void PARTICIPANTSRemoved(modulation source,
                         entity oldValue)
Called when a value of PARTICIPANTS has been removed

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

EVIDENCEAdded

void EVIDENCEAdded(modulation source,
                   evidence newValue)
Called when a value of EVIDENCE has been added

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

EVIDENCERemoved

void EVIDENCERemoved(modulation source,
                     evidence oldValue)
Called when a value of EVIDENCE has been removed

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

INTERACTION_DASH_TYPEAdded

void INTERACTION_DASH_TYPEAdded(modulation source,
                                openControlledVocabulary newValue)
Called when a value of INTERACTION_DASH_TYPE has been added

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

INTERACTION_DASH_TYPERemoved

void INTERACTION_DASH_TYPERemoved(modulation source,
                                  openControlledVocabulary oldValue)
Called when a value of INTERACTION_DASH_TYPE has been removed

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

CONTROLLERChanged

void CONTROLLERChanged(modulation source)
Called when CONTROLLER has changed

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

CONTROLLEDChanged

void CONTROLLEDChanged(modulation source)
Called when CONTROLLED has changed

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

CONTROL_DASH_TYPEChanged

void CONTROL_DASH_TYPEChanged(modulation source)
Called when CONTROL_DASH_TYPE has changed

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