fr.curie.BiNoM.pathways.biopax
Interface dnaListener

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

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

Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.dna 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(dna source, java.lang.String newValue)
          Called when a value of AVAILABILITY has been added
 void AVAILABILITYRemoved(dna source, java.lang.String oldValue)
          Called when a value of AVAILABILITY has been removed
 void COMMENTAdded(dna source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void COMMENTRemoved(dna source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void DATA_DASH_SOURCEAdded(dna source, dataSource newValue)
          Called when a value of DATA_DASH_SOURCE has been added
 void DATA_DASH_SOURCERemoved(dna source, dataSource oldValue)
          Called when a value of DATA_DASH_SOURCE has been removed
 void NAMEChanged(dna source)
          Called when NAME has changed
 void ORGANISMAdded(dna source, bioSource newValue)
          Called when a value of ORGANISM has been added
 void ORGANISMRemoved(dna source, bioSource oldValue)
          Called when a value of ORGANISM has been removed
 void SEQUENCEAdded(dna source, java.lang.String newValue)
          Called when a value of SEQUENCE has been added
 void SEQUENCERemoved(dna source, java.lang.String oldValue)
          Called when a value of SEQUENCE has been removed
 void SHORT_DASH_NAMEChanged(dna source)
          Called when SHORT_DASH_NAME has changed
 void SYNONYMSAdded(dna source, java.lang.String newValue)
          Called when a value of SYNONYMS has been added
 void SYNONYMSRemoved(dna source, java.lang.String oldValue)
          Called when a value of SYNONYMS has been removed
 void XREFAdded(dna source, xref newValue)
          Called when a value of XREF has been added
 void XREFRemoved(dna source, xref oldValue)
          Called when a value of XREF has been removed
 

Method Detail

DATA_DASH_SOURCEAdded

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

DATA_DASH_SOURCERemoved

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

AVAILABILITYAdded

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

AVAILABILITYRemoved

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

COMMENTAdded

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

COMMENTRemoved

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

SHORT_DASH_NAMEChanged

void SHORT_DASH_NAMEChanged(dna source)
Called when SHORT_DASH_NAME has changed

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

SYNONYMSAdded

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

SYNONYMSRemoved

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

NAMEChanged

void NAMEChanged(dna source)
Called when NAME has changed

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

XREFAdded

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

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

XREFRemoved

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

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

SEQUENCEAdded

void SEQUENCEAdded(dna source,
                   java.lang.String newValue)
Called when a value of SEQUENCE has been added

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

SEQUENCERemoved

void SEQUENCERemoved(dna source,
                     java.lang.String oldValue)
Called when a value of SEQUENCE has been removed

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

ORGANISMAdded

void ORGANISMAdded(dna source,
                   bioSource newValue)
Called when a value of ORGANISM has been added

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

ORGANISMRemoved

void ORGANISMRemoved(dna source,
                     bioSource oldValue)
Called when a value of ORGANISM has been removed

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