|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface bioSourceListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.bioSource to
receive notification when properties changed, added or removed.
Field Summary |
---|
Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
---|
copyright |
Method Summary | |
---|---|
void |
CELLTYPEChanged(bioSource source)
Called when CELLTYPE has changed |
void |
COMMENTAdded(bioSource source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(bioSource source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
NAMEChanged(bioSource source)
Called when NAME has changed |
void |
TAXON_DASH_XREFChanged(bioSource source)
Called when TAXON_DASH_XREF has changed |
void |
TISSUEChanged(bioSource source)
Called when TISSUE has changed |
Method Detail |
---|
void COMMENTAdded(bioSource source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.bioSourcenewValue
- the object representing the new valuevoid COMMENTRemoved(bioSource source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.bioSourceoldValue
- the object representing the removed valuevoid CELLTYPEChanged(bioSource source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.bioSourcevoid TISSUEChanged(bioSource source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.bioSourcevoid TAXON_DASH_XREFChanged(bioSource source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.bioSourcevoid NAMEChanged(bioSource source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.bioSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |