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