public interface BindingFeatureListener
Modifier and Type | Method and Description |
---|---|
void |
bindsToChanged(BindingFeature source)
Called when bindsTo has changed
|
void |
commentAdded(BindingFeature source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(BindingFeature source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
evidenceAdded(BindingFeature source,
Evidence newValue)
Called when a value of evidence has been added
|
void |
evidenceRemoved(BindingFeature source,
Evidence oldValue)
Called when a value of evidence has been removed
|
void |
featureLocationAdded(BindingFeature source,
SequenceLocation newValue)
Called when a value of featureLocation has been added
|
void |
featureLocationRemoved(BindingFeature source,
SequenceLocation oldValue)
Called when a value of featureLocation has been removed
|
void |
featureLocationTypeAdded(BindingFeature source,
SequenceRegionVocabulary newValue)
Called when a value of featureLocationType has been added
|
void |
featureLocationTypeRemoved(BindingFeature source,
SequenceRegionVocabulary oldValue)
Called when a value of featureLocationType has been removed
|
void |
intraMolecularChanged(BindingFeature source)
Called when intraMolecular has changed
|
void |
memberFeatureAdded(BindingFeature source,
EntityFeature newValue)
Called when a value of memberFeature has been added
|
void |
memberFeatureRemoved(BindingFeature source,
EntityFeature oldValue)
Called when a value of memberFeature has been removed
|
void commentAdded(BindingFeature source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeaturenewValue
- the object representing the new valuevoid commentRemoved(BindingFeature source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeatureoldValue
- the object representing the removed valuevoid memberFeatureAdded(BindingFeature source, EntityFeature newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeaturenewValue
- the object representing the new valuevoid memberFeatureRemoved(BindingFeature source, EntityFeature oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeatureoldValue
- the object representing the removed valuevoid featureLocationAdded(BindingFeature source, SequenceLocation newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeaturenewValue
- the object representing the new valuevoid featureLocationRemoved(BindingFeature source, SequenceLocation oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeatureoldValue
- the object representing the removed valuevoid featureLocationTypeAdded(BindingFeature source, SequenceRegionVocabulary newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeaturenewValue
- the object representing the new valuevoid featureLocationTypeRemoved(BindingFeature source, SequenceRegionVocabulary oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeatureoldValue
- the object representing the removed valuevoid evidenceAdded(BindingFeature source, Evidence newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeaturenewValue
- the object representing the new valuevoid evidenceRemoved(BindingFeature source, Evidence oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeatureoldValue
- the object representing the removed valuevoid intraMolecularChanged(BindingFeature source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeaturevoid bindsToChanged(BindingFeature source)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.BindingFeature