Interface PublicationEnricherListener
-
- All Superinterfaces:
AnnotationsChangeListener<Publication>
,EnricherListener<Publication>
,EventListener
,IdentifiersChangeListener<Publication>
,PublicationChangeListener
,XrefsChangeListener<Publication>
- All Known Subinterfaces:
PublicationImexEnricherListener
- All Known Implementing Classes:
PublicationEnricherListenerManager
,PublicationEnricherLogger
,PublicationEnricherStatisticsWriter
,PublicationImexEnricherListenerManager
,PublicationImexEnricherLogger
,PublicationImexEnricherStatisticsWriter
public interface PublicationEnricherListener extends EnricherListener<Publication>, PublicationChangeListener
An extension of the PublicationChangeListener with specific methods related to the process of enriching. Each method will be fired after the change has been made to the publication.- 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.enricher.listener.EnricherListener
onEnrichmentComplete, onEnrichmentError
-
Methods inherited from interface psidev.psi.mi.jami.listener.IdentifiersChangeListener
onAddedIdentifier, onRemovedIdentifier
-
Methods inherited from interface psidev.psi.mi.jami.listener.PublicationChangeListener
onAuthorAdded, onAuthorRemoved, onCurationDepthUpdate, onDoiUpdate, onImexIdentifierUpdate, onJournalUpdated, onPublicationDateUpdated, onPubmedIdUpdate, onReleaseDateUpdated, onSourceUpdated, onTitleUpdated
-
Methods inherited from interface psidev.psi.mi.jami.listener.XrefsChangeListener
onAddedXref, onRemovedXref
-
-