|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface conversionListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.conversion 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(conversion source,
java.lang.String newValue)
Called when a value of AVAILABILITY has been added |
void |
AVAILABILITYRemoved(conversion source,
java.lang.String oldValue)
Called when a value of AVAILABILITY has been removed |
void |
COMMENTAdded(conversion source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(conversion source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
DATA_DASH_SOURCEAdded(conversion source,
dataSource newValue)
Called when a value of DATA_DASH_SOURCE has been added |
void |
DATA_DASH_SOURCERemoved(conversion source,
dataSource oldValue)
Called when a value of DATA_DASH_SOURCE has been removed |
void |
EVIDENCEAdded(conversion source,
evidence newValue)
Called when a value of EVIDENCE has been added |
void |
EVIDENCERemoved(conversion source,
evidence oldValue)
Called when a value of EVIDENCE has been removed |
void |
INTERACTION_DASH_TYPEAdded(conversion source,
openControlledVocabulary newValue)
Called when a value of INTERACTION_DASH_TYPE has been added |
void |
INTERACTION_DASH_TYPERemoved(conversion source,
openControlledVocabulary oldValue)
Called when a value of INTERACTION_DASH_TYPE has been removed |
void |
LEFTAdded(conversion source,
physicalEntityParticipant newValue)
Called when a value of LEFT has been added |
void |
LEFTRemoved(conversion source,
physicalEntityParticipant oldValue)
Called when a value of LEFT has been removed |
void |
NAMEChanged(conversion source)
Called when NAME has changed |
void |
PARTICIPANTSAdded(conversion source,
entity newValue)
Called when a value of PARTICIPANTS has been added |
void |
PARTICIPANTSAdded(conversion source,
physicalEntityParticipant newValue)
Called when a value of PARTICIPANTS has been added |
void |
PARTICIPANTSRemoved(conversion source,
entity oldValue)
Called when a value of PARTICIPANTS has been removed |
void |
PARTICIPANTSRemoved(conversion source,
physicalEntityParticipant oldValue)
Called when a value of PARTICIPANTS has been removed |
void |
RIGHTAdded(conversion source,
physicalEntityParticipant newValue)
Called when a value of RIGHT has been added |
void |
RIGHTRemoved(conversion source,
physicalEntityParticipant oldValue)
Called when a value of RIGHT has been removed |
void |
SHORT_DASH_NAMEChanged(conversion source)
Called when SHORT_DASH_NAME has changed |
void |
SPONTANEOUSChanged(conversion source)
Called when SPONTANEOUS has changed |
void |
SYNONYMSAdded(conversion source,
java.lang.String newValue)
Called when a value of SYNONYMS has been added |
void |
SYNONYMSRemoved(conversion source,
java.lang.String oldValue)
Called when a value of SYNONYMS has been removed |
void |
XREFAdded(conversion source,
xref newValue)
Called when a value of XREF has been added |
void |
XREFRemoved(conversion source,
xref oldValue)
Called when a value of XREF has been removed |
Method Detail |
---|
void DATA_DASH_SOURCEAdded(conversion source, dataSource newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid DATA_DASH_SOURCERemoved(conversion source, dataSource oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid AVAILABILITYAdded(conversion source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid AVAILABILITYRemoved(conversion source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid COMMENTAdded(conversion source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid COMMENTRemoved(conversion source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid SHORT_DASH_NAMEChanged(conversion source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionvoid SYNONYMSAdded(conversion source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid SYNONYMSRemoved(conversion source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid NAMEChanged(conversion source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionvoid XREFAdded(conversion source, xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid XREFRemoved(conversion source, xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid PARTICIPANTSAdded(conversion source, physicalEntityParticipant newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid PARTICIPANTSRemoved(conversion source, physicalEntityParticipant oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid PARTICIPANTSAdded(conversion source, entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid PARTICIPANTSRemoved(conversion source, entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid EVIDENCEAdded(conversion source, evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid EVIDENCERemoved(conversion source, evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid INTERACTION_DASH_TYPEAdded(conversion source, openControlledVocabulary newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid INTERACTION_DASH_TYPERemoved(conversion source, openControlledVocabulary oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid LEFTAdded(conversion source, physicalEntityParticipant newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid LEFTRemoved(conversion source, physicalEntityParticipant oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed valuevoid SPONTANEOUSChanged(conversion source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionvoid RIGHTAdded(conversion source, physicalEntityParticipant newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionnewValue
- the object representing the new valuevoid RIGHTRemoved(conversion source, physicalEntityParticipant oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.conversionoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |