Interface ParticipantPoolEnricherListener<P extends ParticipantPool>
-
- All Superinterfaces:
AliasesChangeListener<P>,AnnotationsChangeListener<P>,EnricherListener<P>,EntityChangeListener<P>,EntityEnricherListener<P>,EntityInteractorChangeListener,EventListener,ParticipantChangeListener<P>,ParticipantEnricherListener<P>,ParticipantPoolChangeListener<P>,XrefsChangeListener<P>
- All Known Implementing Classes:
ParticipantPoolEnricherListenerManager,ParticipantPoolEnricherLogger,ParticipantPoolEnricherStatisticsWriter
public interface ParticipantPoolEnricherListener<P extends ParticipantPool> extends ParticipantEnricherListener<P>, ParticipantPoolChangeListener<P>
Participant pool enricher listener- 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.ParticipantPoolChangeListener
onAddedCandidate, onRemovedCandidate, onTypeUpdate
-
Methods inherited from interface psidev.psi.mi.jami.listener.XrefsChangeListener
onAddedXref, onRemovedXref
-
-