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