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