Interface ExperimentEnricherListener
-
- All Superinterfaces:
AnnotationsChangeListener<Experiment>
,ConfidencesChangeListener<Experiment>
,EnricherListener<Experiment>
,EventListener
,ExperimentChangeListener
,XrefsChangeListener<Experiment>
- All Known Subinterfaces:
ExperimentImexEnricherListener
- All Known Implementing Classes:
ExperimentEnricherListenerManager
,ExperimentEnricherLogger
,ExperimentEnricherStatisticsWriter
,ExperimentImexEnricherListenerManager
,ExperimentImexEnricherLogger
,ExperimentImexEnricherStatisticsWriter
public interface ExperimentEnricherListener extends EnricherListener<Experiment>, ExperimentChangeListener
//An extension of the ExperimentChangeListener //with specific methods related to the process of enriching. Each method will be fired after the change has been made to the experiment.- Since:
- 31/07/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
-
-
Method Summary
-
Methods inherited from interface psidev.psi.mi.jami.listener.AnnotationsChangeListener
onAddedAnnotation, onRemovedAnnotation
-
Methods inherited from interface psidev.psi.mi.jami.listener.ConfidencesChangeListener
onAddedConfidence, onRemovedConfidence
-
Methods inherited from interface psidev.psi.mi.jami.enricher.listener.EnricherListener
onEnrichmentComplete, onEnrichmentError
-
Methods inherited from interface psidev.psi.mi.jami.listener.ExperimentChangeListener
onAddedVariableParameter, onHostOrganismUpdate, onInteractionDetectionMethodUpdate, onPublicationUpdate, onRemovedVariableParameter
-
Methods inherited from interface psidev.psi.mi.jami.listener.XrefsChangeListener
onAddedXref, onRemovedXref
-
-