Package psidev.psi.mi.jami.imex.listener
Interface ExperimentImexEnricherListener
-
- All Superinterfaces:
AnnotationsChangeListener<Experiment>,ConfidencesChangeListener<Experiment>,EnricherListener<Experiment>,EventListener,ExperimentChangeListener,ExperimentEnricherListener,XrefsChangeListener<Experiment>
- All Known Implementing Classes:
ExperimentImexEnricherListenerManager,ExperimentImexEnricherLogger,ExperimentImexEnricherStatisticsWriter
public interface ExperimentImexEnricherListener extends ExperimentEnricherListener
An extension of the ExperimentEnricherListener with specific methods related to the process of enriching. Each method will be fired after the change has been made to the publication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonImexIdAssigned(Experiment experiment, String imex)onImexIdAssigned.voidonImexIdConflicts(Experiment originalExperiment, Collection<Xref> conflictingXrefs)onImexIdConflicts.-
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
-
-
-
-
Method Detail
-
onImexIdConflicts
void onImexIdConflicts(Experiment originalExperiment, Collection<Xref> conflictingXrefs)
onImexIdConflicts.
- Parameters:
originalExperiment- aExperimentobject.conflictingXrefs- aCollectionobject.
-
onImexIdAssigned
void onImexIdAssigned(Experiment experiment, String imex)
onImexIdAssigned.
- Parameters:
experiment- aExperimentobject.imex- aStringobject.
-
-