fr.curie.BiNoM.pathways.biopax
Interface proteinListener

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

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

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

Method Detail

DATA_DASH_SOURCEAdded

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

DATA_DASH_SOURCERemoved

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

AVAILABILITYAdded

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

AVAILABILITYRemoved

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

COMMENTAdded

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

COMMENTRemoved

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

SHORT_DASH_NAMEChanged

void SHORT_DASH_NAMEChanged(protein source)
Called when SHORT_DASH_NAME has changed

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

SYNONYMSAdded

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

SYNONYMSRemoved

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

NAMEChanged

void NAMEChanged(protein source)
Called when NAME has changed

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

XREFAdded

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

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

XREFRemoved

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

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

SEQUENCEChanged

void SEQUENCEChanged(protein source)
Called when SEQUENCE has changed

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

ORGANISMChanged

void ORGANISMChanged(protein source)
Called when ORGANISM has changed

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