public interface ExperimentalFormListener
Modifier and Type | Method and Description |
---|---|
void |
commentAdded(ExperimentalForm source,
java.lang.String newValue)
Called when a value of comment has been added
|
void |
commentRemoved(ExperimentalForm source,
java.lang.String oldValue)
Called when a value of comment has been removed
|
void |
experimentalFeatureAdded(ExperimentalForm source,
EntityFeature newValue)
Called when a value of experimentalFeature has been added
|
void |
experimentalFeatureRemoved(ExperimentalForm source,
EntityFeature oldValue)
Called when a value of experimentalFeature has been removed
|
void |
experimentalFormDescriptionAdded(ExperimentalForm source,
ExperimentalFormVocabulary newValue)
Called when a value of experimentalFormDescription has been added
|
void |
experimentalFormDescriptionRemoved(ExperimentalForm source,
ExperimentalFormVocabulary oldValue)
Called when a value of experimentalFormDescription has been removed
|
void |
experimentalFormEntityAdded(ExperimentalForm source,
Gene newValue)
Called when a value of experimentalFormEntity has been added
|
void |
experimentalFormEntityAdded(ExperimentalForm source,
PhysicalEntity newValue)
Called when a value of experimentalFormEntity has been added
|
void |
experimentalFormEntityRemoved(ExperimentalForm source,
Gene oldValue)
Called when a value of experimentalFormEntity has been removed
|
void |
experimentalFormEntityRemoved(ExperimentalForm source,
PhysicalEntity oldValue)
Called when a value of experimentalFormEntity has been removed
|
void commentAdded(ExperimentalForm source, java.lang.String newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormnewValue
- the object representing the new valuevoid commentRemoved(ExperimentalForm source, java.lang.String oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormoldValue
- the object representing the removed valuevoid experimentalFeatureAdded(ExperimentalForm source, EntityFeature newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormnewValue
- the object representing the new valuevoid experimentalFeatureRemoved(ExperimentalForm source, EntityFeature oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormoldValue
- the object representing the removed valuevoid experimentalFormDescriptionAdded(ExperimentalForm source, ExperimentalFormVocabulary newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormnewValue
- the object representing the new valuevoid experimentalFormDescriptionRemoved(ExperimentalForm source, ExperimentalFormVocabulary oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormoldValue
- the object representing the removed valuevoid experimentalFormEntityAdded(ExperimentalForm source, Gene newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormnewValue
- the object representing the new valuevoid experimentalFormEntityRemoved(ExperimentalForm source, Gene oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormoldValue
- the object representing the removed valuevoid experimentalFormEntityAdded(ExperimentalForm source, PhysicalEntity newValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormnewValue
- the object representing the new valuevoid experimentalFormEntityRemoved(ExperimentalForm source, PhysicalEntity oldValue)
source
- the affected instance of fr.curie.BiNoM.pathways.biopax.ExperimentalFormoldValue
- the object representing the removed value