|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface evidenceListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.evidence to
receive notification when properties changed, added or removed.
Field Summary |
---|
Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
---|
copyright |
Method Summary | |
---|---|
void |
COMMENTAdded(evidence source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(evidence source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
CONFIDENCEAdded(evidence source,
confidence newValue)
Called when a value of CONFIDENCE has been added |
void |
CONFIDENCERemoved(evidence source,
confidence oldValue)
Called when a value of CONFIDENCE has been removed |
void |
EVIDENCE_DASH_CODEAdded(evidence source,
openControlledVocabulary newValue)
Called when a value of EVIDENCE_DASH_CODE has been added |
void |
EVIDENCE_DASH_CODERemoved(evidence source,
openControlledVocabulary oldValue)
Called when a value of EVIDENCE_DASH_CODE has been removed |
void |
EXPERIMENTAL_DASH_FORMAdded(evidence source,
experimentalForm newValue)
Called when a value of EXPERIMENTAL_DASH_FORM has been added |
void |
EXPERIMENTAL_DASH_FORMRemoved(evidence source,
experimentalForm oldValue)
Called when a value of EXPERIMENTAL_DASH_FORM has been removed |
void |
XREFAdded(evidence source,
xref newValue)
Called when a value of XREF has been added |
void |
XREFRemoved(evidence source,
xref oldValue)
Called when a value of XREF has been removed |
Method Detail |
---|
void COMMENTAdded(evidence source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidencenewValue
- the object representing the new valuevoid COMMENTRemoved(evidence source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidenceoldValue
- the object representing the removed valuevoid EXPERIMENTAL_DASH_FORMAdded(evidence source, experimentalForm newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidencenewValue
- the object representing the new valuevoid EXPERIMENTAL_DASH_FORMRemoved(evidence source, experimentalForm oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidenceoldValue
- the object representing the removed valuevoid EVIDENCE_DASH_CODEAdded(evidence source, openControlledVocabulary newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidencenewValue
- the object representing the new valuevoid EVIDENCE_DASH_CODERemoved(evidence source, openControlledVocabulary oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidenceoldValue
- the object representing the removed valuevoid CONFIDENCEAdded(evidence source, confidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidencenewValue
- the object representing the new valuevoid CONFIDENCERemoved(evidence source, confidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidenceoldValue
- the object representing the removed valuevoid XREFAdded(evidence source, xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidencenewValue
- the object representing the new valuevoid XREFRemoved(evidence source, xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.evidenceoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |