|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface dnaListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.dna 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(dna source,
java.lang.String newValue)
Called when a value of AVAILABILITY has been added |
void |
AVAILABILITYRemoved(dna source,
java.lang.String oldValue)
Called when a value of AVAILABILITY has been removed |
void |
COMMENTAdded(dna source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(dna source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
DATA_DASH_SOURCEAdded(dna source,
dataSource newValue)
Called when a value of DATA_DASH_SOURCE has been added |
void |
DATA_DASH_SOURCERemoved(dna source,
dataSource oldValue)
Called when a value of DATA_DASH_SOURCE has been removed |
void |
NAMEChanged(dna source)
Called when NAME has changed |
void |
ORGANISMAdded(dna source,
bioSource newValue)
Called when a value of ORGANISM has been added |
void |
ORGANISMRemoved(dna source,
bioSource oldValue)
Called when a value of ORGANISM has been removed |
void |
SEQUENCEAdded(dna source,
java.lang.String newValue)
Called when a value of SEQUENCE has been added |
void |
SEQUENCERemoved(dna source,
java.lang.String oldValue)
Called when a value of SEQUENCE has been removed |
void |
SHORT_DASH_NAMEChanged(dna source)
Called when SHORT_DASH_NAME has changed |
void |
SYNONYMSAdded(dna source,
java.lang.String newValue)
Called when a value of SYNONYMS has been added |
void |
SYNONYMSRemoved(dna source,
java.lang.String oldValue)
Called when a value of SYNONYMS has been removed |
void |
XREFAdded(dna source,
xref newValue)
Called when a value of XREF has been added |
void |
XREFRemoved(dna source,
xref oldValue)
Called when a value of XREF has been removed |
Method Detail |
---|
void DATA_DASH_SOURCEAdded(dna source, dataSource newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnanewValue
- the object representing the new valuevoid DATA_DASH_SOURCERemoved(dna source, dataSource oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnaoldValue
- the object representing the removed valuevoid AVAILABILITYAdded(dna source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnanewValue
- the object representing the new valuevoid AVAILABILITYRemoved(dna source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnaoldValue
- the object representing the removed valuevoid COMMENTAdded(dna source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnanewValue
- the object representing the new valuevoid COMMENTRemoved(dna source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnaoldValue
- the object representing the removed valuevoid SHORT_DASH_NAMEChanged(dna source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnavoid SYNONYMSAdded(dna source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnanewValue
- the object representing the new valuevoid SYNONYMSRemoved(dna source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnaoldValue
- the object representing the removed valuevoid NAMEChanged(dna source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnavoid XREFAdded(dna source, xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnanewValue
- the object representing the new valuevoid XREFRemoved(dna source, xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnaoldValue
- the object representing the removed valuevoid SEQUENCEAdded(dna source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnanewValue
- the object representing the new valuevoid SEQUENCERemoved(dna source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnaoldValue
- the object representing the removed valuevoid ORGANISMAdded(dna source, bioSource newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnanewValue
- the object representing the new valuevoid ORGANISMRemoved(dna source, bioSource oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.dnaoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |