|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface biochemicalReactionListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.biochemicalReaction 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(biochemicalReaction source,
java.lang.String newValue)
Called when a value of AVAILABILITY has been added |
void |
AVAILABILITYRemoved(biochemicalReaction source,
java.lang.String oldValue)
Called when a value of AVAILABILITY has been removed |
void |
COMMENTAdded(biochemicalReaction source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(biochemicalReaction source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
DATA_DASH_SOURCEAdded(biochemicalReaction source,
dataSource newValue)
Called when a value of DATA_DASH_SOURCE has been added |
void |
DATA_DASH_SOURCERemoved(biochemicalReaction source,
dataSource oldValue)
Called when a value of DATA_DASH_SOURCE has been removed |
void |
DELTA_DASH_GAdded(biochemicalReaction source,
deltaGprimeO newValue)
Called when a value of DELTA_DASH_G has been added |
void |
DELTA_DASH_GRemoved(biochemicalReaction source,
deltaGprimeO oldValue)
Called when a value of DELTA_DASH_G has been removed |
void |
DELTA_DASH_HAdded(biochemicalReaction source,
java.lang.Double newValue)
Called when a value of DELTA_DASH_H has been added |
void |
DELTA_DASH_HRemoved(biochemicalReaction source,
java.lang.Double oldValue)
Called when a value of DELTA_DASH_H has been removed |
void |
DELTA_DASH_SAdded(biochemicalReaction source,
java.lang.Double newValue)
Called when a value of DELTA_DASH_S has been added |
void |
DELTA_DASH_SRemoved(biochemicalReaction source,
java.lang.Double oldValue)
Called when a value of DELTA_DASH_S has been removed |
void |
EC_DASH_NUMBERAdded(biochemicalReaction source,
java.lang.String newValue)
Called when a value of EC_DASH_NUMBER has been added |
void |
EC_DASH_NUMBERRemoved(biochemicalReaction source,
java.lang.String oldValue)
Called when a value of EC_DASH_NUMBER has been removed |
void |
EVIDENCEAdded(biochemicalReaction source,
evidence newValue)
Called when a value of EVIDENCE has been added |
void |
EVIDENCERemoved(biochemicalReaction source,
evidence oldValue)
Called when a value of EVIDENCE has been removed |
void |
INTERACTION_DASH_TYPEAdded(biochemicalReaction source,
openControlledVocabulary newValue)
Called when a value of INTERACTION_DASH_TYPE has been added |
void |
INTERACTION_DASH_TYPERemoved(biochemicalReaction source,
openControlledVocabulary oldValue)
Called when a value of INTERACTION_DASH_TYPE has been removed |
void |
KEQAdded(biochemicalReaction source,
kPrime newValue)
Called when a value of KEQ has been added |
void |
KEQRemoved(biochemicalReaction source,
kPrime oldValue)
Called when a value of KEQ has been removed |
void |
LEFTAdded(biochemicalReaction source,
physicalEntityParticipant newValue)
Called when a value of LEFT has been added |
void |
LEFTRemoved(biochemicalReaction source,
physicalEntityParticipant oldValue)
Called when a value of LEFT has been removed |
void |
NAMEChanged(biochemicalReaction source)
Called when NAME has changed |
void |
PARTICIPANTSAdded(biochemicalReaction source,
entity newValue)
Called when a value of PARTICIPANTS has been added |
void |
PARTICIPANTSAdded(biochemicalReaction source,
physicalEntityParticipant newValue)
Called when a value of PARTICIPANTS has been added |
void |
PARTICIPANTSRemoved(biochemicalReaction source,
entity oldValue)
Called when a value of PARTICIPANTS has been removed |
void |
PARTICIPANTSRemoved(biochemicalReaction source,
physicalEntityParticipant oldValue)
Called when a value of PARTICIPANTS has been removed |
void |
RIGHTAdded(biochemicalReaction source,
physicalEntityParticipant newValue)
Called when a value of RIGHT has been added |
void |
RIGHTRemoved(biochemicalReaction source,
physicalEntityParticipant oldValue)
Called when a value of RIGHT has been removed |
void |
SHORT_DASH_NAMEChanged(biochemicalReaction source)
Called when SHORT_DASH_NAME has changed |
void |
SPONTANEOUSChanged(biochemicalReaction source)
Called when SPONTANEOUS has changed |
void |
SYNONYMSAdded(biochemicalReaction source,
java.lang.String newValue)
Called when a value of SYNONYMS has been added |
void |
SYNONYMSRemoved(biochemicalReaction source,
java.lang.String oldValue)
Called when a value of SYNONYMS has been removed |
void |
XREFAdded(biochemicalReaction source,
xref newValue)
Called when a value of XREF has been added |
void |
XREFRemoved(biochemicalReaction source,
xref oldValue)
Called when a value of XREF has been removed |
Method Detail |
---|
void DATA_DASH_SOURCEAdded(biochemicalReaction source, dataSource newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid DATA_DASH_SOURCERemoved(biochemicalReaction source, dataSource oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid AVAILABILITYAdded(biochemicalReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid AVAILABILITYRemoved(biochemicalReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid COMMENTAdded(biochemicalReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid COMMENTRemoved(biochemicalReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid SHORT_DASH_NAMEChanged(biochemicalReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionvoid SYNONYMSAdded(biochemicalReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid SYNONYMSRemoved(biochemicalReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid NAMEChanged(biochemicalReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionvoid XREFAdded(biochemicalReaction source, xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid XREFRemoved(biochemicalReaction source, xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid PARTICIPANTSAdded(biochemicalReaction source, physicalEntityParticipant newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid PARTICIPANTSRemoved(biochemicalReaction source, physicalEntityParticipant oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid PARTICIPANTSAdded(biochemicalReaction source, entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid PARTICIPANTSRemoved(biochemicalReaction source, entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid EVIDENCEAdded(biochemicalReaction source, evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid EVIDENCERemoved(biochemicalReaction source, evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid INTERACTION_DASH_TYPEAdded(biochemicalReaction source, openControlledVocabulary newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid INTERACTION_DASH_TYPERemoved(biochemicalReaction source, openControlledVocabulary oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid LEFTAdded(biochemicalReaction source, physicalEntityParticipant newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid LEFTRemoved(biochemicalReaction source, physicalEntityParticipant oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid SPONTANEOUSChanged(biochemicalReaction source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionvoid RIGHTAdded(biochemicalReaction source, physicalEntityParticipant newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid RIGHTRemoved(biochemicalReaction source, physicalEntityParticipant oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid DELTA_DASH_HAdded(biochemicalReaction source, java.lang.Double newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid DELTA_DASH_HRemoved(biochemicalReaction source, java.lang.Double oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid EC_DASH_NUMBERAdded(biochemicalReaction source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid EC_DASH_NUMBERRemoved(biochemicalReaction source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid DELTA_DASH_SAdded(biochemicalReaction source, java.lang.Double newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid DELTA_DASH_SRemoved(biochemicalReaction source, java.lang.Double oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid DELTA_DASH_GAdded(biochemicalReaction source, deltaGprimeO newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid DELTA_DASH_GRemoved(biochemicalReaction source, deltaGprimeO oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed valuevoid KEQAdded(biochemicalReaction source, kPrime newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionnewValue
- the object representing the new valuevoid KEQRemoved(biochemicalReaction source, kPrime oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.biochemicalReactionoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |