|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface controlListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.control 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(control source,
java.lang.String newValue)
Called when a value of AVAILABILITY has been added |
void |
AVAILABILITYRemoved(control source,
java.lang.String oldValue)
Called when a value of AVAILABILITY has been removed |
void |
COMMENTAdded(control source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(control source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
CONTROL_DASH_TYPEChanged(control source)
Called when CONTROL_DASH_TYPE has changed |
void |
CONTROLLEDChanged(control source)
Called when CONTROLLED has changed |
void |
CONTROLLERChanged(control source)
Called when CONTROLLER has changed |
void |
DATA_DASH_SOURCEAdded(control source,
dataSource newValue)
Called when a value of DATA_DASH_SOURCE has been added |
void |
DATA_DASH_SOURCERemoved(control source,
dataSource oldValue)
Called when a value of DATA_DASH_SOURCE has been removed |
void |
EVIDENCEAdded(control source,
evidence newValue)
Called when a value of EVIDENCE has been added |
void |
EVIDENCERemoved(control source,
evidence oldValue)
Called when a value of EVIDENCE has been removed |
void |
INTERACTION_DASH_TYPEAdded(control source,
openControlledVocabulary newValue)
Called when a value of INTERACTION_DASH_TYPE has been added |
void |
INTERACTION_DASH_TYPERemoved(control source,
openControlledVocabulary oldValue)
Called when a value of INTERACTION_DASH_TYPE has been removed |
void |
NAMEChanged(control source)
Called when NAME has changed |
void |
PARTICIPANTSAdded(control source,
entity newValue)
Called when a value of PARTICIPANTS has been added |
void |
PARTICIPANTSAdded(control source,
physicalEntityParticipant newValue)
Called when a value of PARTICIPANTS has been added |
void |
PARTICIPANTSRemoved(control source,
entity oldValue)
Called when a value of PARTICIPANTS has been removed |
void |
PARTICIPANTSRemoved(control source,
physicalEntityParticipant oldValue)
Called when a value of PARTICIPANTS has been removed |
void |
SHORT_DASH_NAMEChanged(control source)
Called when SHORT_DASH_NAME has changed |
void |
SYNONYMSAdded(control source,
java.lang.String newValue)
Called when a value of SYNONYMS has been added |
void |
SYNONYMSRemoved(control source,
java.lang.String oldValue)
Called when a value of SYNONYMS has been removed |
void |
XREFAdded(control source,
xref newValue)
Called when a value of XREF has been added |
void |
XREFRemoved(control source,
xref oldValue)
Called when a value of XREF has been removed |
Method Detail |
---|
void DATA_DASH_SOURCEAdded(control source, dataSource newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid DATA_DASH_SOURCERemoved(control source, dataSource oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid AVAILABILITYAdded(control source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid AVAILABILITYRemoved(control source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid COMMENTAdded(control source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid COMMENTRemoved(control source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid SHORT_DASH_NAMEChanged(control source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlvoid SYNONYMSAdded(control source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid SYNONYMSRemoved(control source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid NAMEChanged(control source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlvoid XREFAdded(control source, xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid XREFRemoved(control source, xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid PARTICIPANTSAdded(control source, physicalEntityParticipant newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid PARTICIPANTSRemoved(control source, physicalEntityParticipant oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid PARTICIPANTSAdded(control source, entity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid PARTICIPANTSRemoved(control source, entity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid EVIDENCEAdded(control source, evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid EVIDENCERemoved(control source, evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid INTERACTION_DASH_TYPEAdded(control source, openControlledVocabulary newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlnewValue
- the object representing the new valuevoid INTERACTION_DASH_TYPERemoved(control source, openControlledVocabulary oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controloldValue
- the object representing the removed valuevoid CONTROLLERChanged(control source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlvoid CONTROLLEDChanged(control source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.controlvoid CONTROL_DASH_TYPEChanged(control source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.control
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |