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