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