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 EmailTemplatesEventHandlerpublic void handleEmailTemplatesUploadedEvent(EmailTemplatesUploadedEvent event)
handleEmailTemplatesUploadedEvent in interface EmailTemplatesEventHandlerpublic void handleEmailTemplatesAppliedEvent(EmailTemplatesAppliedEvent event)
handleEmailTemplatesAppliedEvent in interface EmailTemplatesEventHandlerpublic void handleEmailTemplatesRevertedEvent(EmailTemplatesRevertedEvent event)
handleEmailTemplatesRevertedEvent in interface EmailTemplatesEventHandlerCopyright © 2002-2021 Atlassian. All Rights Reserved.