|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface confidenceListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.confidence 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(confidence source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(confidence source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
CONFIDENCE_DASH_VALUEChanged(confidence source)
Called when CONFIDENCE_DASH_VALUE has changed |
void |
XREFAdded(confidence source,
publicationXref newValue)
Called when a value of XREF has been added |
void |
XREFAdded(confidence source,
xref newValue)
Called when a value of XREF has been added |
void |
XREFRemoved(confidence source,
publicationXref oldValue)
Called when a value of XREF has been removed |
void |
XREFRemoved(confidence source,
xref oldValue)
Called when a value of XREF has been removed |
Method Detail |
---|
void COMMENTAdded(confidence source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.confidencenewValue
- the object representing the new valuevoid COMMENTRemoved(confidence source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.confidenceoldValue
- the object representing the removed valuevoid CONFIDENCE_DASH_VALUEChanged(confidence source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.confidencevoid XREFAdded(confidence source, xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.confidencenewValue
- the object representing the new valuevoid XREFRemoved(confidence source, xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.confidenceoldValue
- the object representing the removed valuevoid XREFAdded(confidence source, publicationXref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.confidencenewValue
- the object representing the new valuevoid XREFRemoved(confidence source, publicationXref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.confidenceoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |