Interface ParticipantEnricherListener<P extends Participant>
-
- All Superinterfaces:
AliasesChangeListener<P>
,AnnotationsChangeListener<P>
,EnricherListener<P>
,EntityChangeListener<P>
,EntityEnricherListener<P>
,EntityInteractorChangeListener
,EventListener
,ParticipantChangeListener<P>
,XrefsChangeListener<P>
- All Known Subinterfaces:
ExperimentalParticipantPoolEnricherListener
,ParticipantEvidenceEnricherListener<P>
,ParticipantPoolEnricherListener<P>
- All Known Implementing Classes:
ExperimentalParticipantPoolEnricherListenerManager
,ExperimentalParticipantPoolEnricherLogger
,ExperimentalParticipantPoolEnricherStatisticsWriter
,ParticipantEnricherListenerManager
,ParticipantEnricherLogger
,ParticipantEnricherStatisticsWriter
,ParticipantEvidenceEnricherListenerManager
,ParticipantEvidenceEnricherLogger
,ParticipantEvidenceEnricherStatisticsWriter
,ParticipantPoolEnricherListenerManager
,ParticipantPoolEnricherLogger
,ParticipantPoolEnricherStatisticsWriter
public interface ParticipantEnricherListener<P extends Participant> extends EntityEnricherListener<P>, ParticipantChangeListener<P>
Created with IntelliJ IDEA.- Since:
- 13/06/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
-
-
Method Summary
-
Methods inherited from interface psidev.psi.mi.jami.listener.AliasesChangeListener
onAddedAlias, onRemovedAlias
-
Methods inherited from interface psidev.psi.mi.jami.listener.AnnotationsChangeListener
onAddedAnnotation, onRemovedAnnotation
-
Methods inherited from interface psidev.psi.mi.jami.enricher.listener.EnricherListener
onEnrichmentComplete, onEnrichmentError
-
Methods inherited from interface psidev.psi.mi.jami.listener.EntityChangeListener
onAddedCausalRelationship, onAddedFeature, onRemovedCausalRelationship, onRemovedFeature, onStoichiometryUpdate
-
Methods inherited from interface psidev.psi.mi.jami.listener.EntityInteractorChangeListener
onInteractorUpdate
-
Methods inherited from interface psidev.psi.mi.jami.listener.ParticipantChangeListener
onBiologicalRoleUpdate
-
Methods inherited from interface psidev.psi.mi.jami.listener.XrefsChangeListener
onAddedXref, onRemovedXref
-
-