|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface sequenceParticipantListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.sequenceParticipant to
receive notification when properties changed, added or removed.
Field Summary |
---|
Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
---|
copyright |
Method Summary | |
---|---|
void |
CELLULAR_DASH_LOCATIONChanged(sequenceParticipant source)
Called when CELLULAR_DASH_LOCATION has changed |
void |
COMMENTAdded(sequenceParticipant source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(sequenceParticipant source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
PHYSICAL_DASH_ENTITYChanged(sequenceParticipant source)
Called when PHYSICAL_DASH_ENTITY has changed |
void |
SEQUENCE_DASH_FEATURE_DASH_LISTAdded(sequenceParticipant source,
sequenceFeature newValue)
Called when a value of SEQUENCE_DASH_FEATURE_DASH_LIST has been added |
void |
SEQUENCE_DASH_FEATURE_DASH_LISTRemoved(sequenceParticipant source,
sequenceFeature oldValue)
Called when a value of SEQUENCE_DASH_FEATURE_DASH_LIST has been removed |
void |
STOICHIOMETRIC_DASH_COEFFICIENTChanged(sequenceParticipant source)
Called when STOICHIOMETRIC_DASH_COEFFICIENT has changed |
Method Detail |
---|
void COMMENTAdded(sequenceParticipant source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceParticipantnewValue
- the object representing the new valuevoid COMMENTRemoved(sequenceParticipant source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceParticipantoldValue
- the object representing the removed valuevoid PHYSICAL_DASH_ENTITYChanged(sequenceParticipant source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceParticipantvoid STOICHIOMETRIC_DASH_COEFFICIENTChanged(sequenceParticipant source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceParticipantvoid CELLULAR_DASH_LOCATIONChanged(sequenceParticipant source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceParticipantvoid SEQUENCE_DASH_FEATURE_DASH_LISTAdded(sequenceParticipant source, sequenceFeature newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceParticipantnewValue
- the object representing the new valuevoid SEQUENCE_DASH_FEATURE_DASH_LISTRemoved(sequenceParticipant source, sequenceFeature oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceParticipantoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |