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