public class EmailTemplatesEventHandlerImpl extends Object implements EmailTemplatesEventHandler
Constructor and Description |
---|
EmailTemplatesEventHandlerImpl(@NotNull com.atlassian.audit.api.AuditService auditService) |
Modifier and Type | Method and Description |
---|---|
void |
handleEmailTemplatesAppliedEvent(EmailTemplatesAppliedEvent event) |
void |
handleEmailTemplatesDownloadedEvent(EmailTemplatesDownloadedEvent event) |
void |
handleEmailTemplatesRevertedEvent(EmailTemplatesRevertedEvent event) |
void |
handleEmailTemplatesUploadedEvent(EmailTemplatesUploadedEvent event) |
@Inject public EmailTemplatesEventHandlerImpl(@NotNull @NotNull com.atlassian.audit.api.AuditService auditService)
public void handleEmailTemplatesDownloadedEvent(EmailTemplatesDownloadedEvent event)
handleEmailTemplatesDownloadedEvent
in interface EmailTemplatesEventHandler
public void handleEmailTemplatesUploadedEvent(EmailTemplatesUploadedEvent event)
handleEmailTemplatesUploadedEvent
in interface EmailTemplatesEventHandler
public void handleEmailTemplatesAppliedEvent(EmailTemplatesAppliedEvent event)
handleEmailTemplatesAppliedEvent
in interface EmailTemplatesEventHandler
public void handleEmailTemplatesRevertedEvent(EmailTemplatesRevertedEvent event)
handleEmailTemplatesRevertedEvent
in interface EmailTemplatesEventHandler
Copyright © 2002-2024 Atlassian. All Rights Reserved.