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