Package psidev.psi.mi.jami.listener
Interface EntityInteractorChangeListener
-
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
EntityChangeListener<F>
,EntityEnricherListener<P>
,ExperimentalParticipantPoolEnricherListener
,ParticipantChangeListener<F>
,ParticipantEnricherListener<P>
,ParticipantEvidenceChangeListener<F>
,ParticipantEvidenceEnricherListener<P>
,ParticipantPoolChangeListener<F>
,ParticipantPoolEnricherListener<P>
- All Known Implementing Classes:
AbstractParticipantPool
,AbstractXmlParticipantPool
,AbstractXmlParticipantPool
,AbstractXmlParticipantPool
,CsvExperimentalParticipantPool
,DefaultExperimentalParticipantPool
,DefaultModelledParticipantPool
,DefaultParticipantPool
,EntityChangeLogger
,EntityEnricherListenerManager
,EntityEnricherLogger
,EntityEnricherStatisticsWriter
,ExperimentalParticipantPoolChangeLogger
,ExperimentalParticipantPoolEnricherListenerManager
,ExperimentalParticipantPoolEnricherLogger
,ExperimentalParticipantPoolEnricherStatisticsWriter
,ParticipantChangeLogger
,ParticipantEnricherListenerManager
,ParticipantEnricherLogger
,ParticipantEnricherStatisticsWriter
,ParticipantEvidenceChangeLogger
,ParticipantEvidenceEnricherListenerManager
,ParticipantEvidenceEnricherLogger
,ParticipantEvidenceEnricherStatisticsWriter
,ParticipantPoolChangeLogger
,ParticipantPoolEnricherListenerManager
,ParticipantPoolEnricherLogger
,ParticipantPoolEnricherStatisticsWriter
,XmlExperimentalParticipantPool
,XmlExperimentalParticipantPool
,XmlExperimentalParticipantPool
,XmlModelledParticipantPool
,XmlModelledParticipantPool
,XmlModelledParticipantPool
public interface EntityInteractorChangeListener extends EventListener
Listeners for changes in participant- Since:
07/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onInteractorUpdate(Entity entity, Interactor oldInteractor)
onInteractorUpdate
-
-
-
Method Detail
-
onInteractorUpdate
void onInteractorUpdate(Entity entity, Interactor oldInteractor)
onInteractorUpdate
- Parameters:
entity
- : updated entityoldInteractor
- : old interactor
-
-