|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface sequenceFeatureListener
Implementations of this listener may be registered with instances of fr.curie.BiNoM.pathways.biopax.sequenceFeature to
receive notification when properties changed, added or removed.
Field Summary |
---|
Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
---|
copyright |
Method Summary | |
---|---|
void |
COMMENTAdded(sequenceFeature source,
java.lang.String newValue)
Called when a value of COMMENT has been added |
void |
COMMENTRemoved(sequenceFeature source,
java.lang.String oldValue)
Called when a value of COMMENT has been removed |
void |
FEATURE_DASH_LOCATIONAdded(sequenceFeature source,
sequenceLocation newValue)
Called when a value of FEATURE_DASH_LOCATION has been added |
void |
FEATURE_DASH_LOCATIONRemoved(sequenceFeature source,
sequenceLocation oldValue)
Called when a value of FEATURE_DASH_LOCATION has been removed |
void |
FEATURE_DASH_TYPEChanged(sequenceFeature source)
Called when FEATURE_DASH_TYPE has changed |
void |
NAMEChanged(sequenceFeature source)
Called when NAME has changed |
void |
SHORT_DASH_NAMEChanged(sequenceFeature source)
Called when SHORT_DASH_NAME has changed |
void |
SYNONYMSAdded(sequenceFeature source,
java.lang.String newValue)
Called when a value of SYNONYMS has been added |
void |
SYNONYMSRemoved(sequenceFeature source,
java.lang.String oldValue)
Called when a value of SYNONYMS has been removed |
void |
XREFAdded(sequenceFeature source,
xref newValue)
Called when a value of XREF has been added |
void |
XREFRemoved(sequenceFeature source,
xref oldValue)
Called when a value of XREF has been removed |
Method Detail |
---|
void COMMENTAdded(sequenceFeature source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeaturenewValue
- the object representing the new valuevoid COMMENTRemoved(sequenceFeature source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeatureoldValue
- the object representing the removed valuevoid FEATURE_DASH_TYPEChanged(sequenceFeature source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeaturevoid FEATURE_DASH_LOCATIONAdded(sequenceFeature source, sequenceLocation newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeaturenewValue
- the object representing the new valuevoid FEATURE_DASH_LOCATIONRemoved(sequenceFeature source, sequenceLocation oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeatureoldValue
- the object representing the removed valuevoid SHORT_DASH_NAMEChanged(sequenceFeature source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeaturevoid SYNONYMSAdded(sequenceFeature source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeaturenewValue
- the object representing the new valuevoid SYNONYMSRemoved(sequenceFeature source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeatureoldValue
- the object representing the removed valuevoid NAMEChanged(sequenceFeature source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeaturevoid XREFAdded(sequenceFeature source, xref newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeaturenewValue
- the object representing the new valuevoid XREFRemoved(sequenceFeature source, xref oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.sequenceFeatureoldValue
- the object representing the removed value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |