public class AuditLogConfigurationEventListener extends Object
Modifier and Type | Field and Description |
---|---|
static String |
XML_RESTORE_PATH_KEY |
Constructor and Description |
---|
AuditLogConfigurationEventListener(AuditService auditService,
com.atlassian.event.api.EventPublisher eventPublisher,
AuditLogConfigurationMapper configurationMapper) |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(AuditLogConfigurationUpdatedEvent event) |
void |
handleEvent(ConfigurationPropertyUpdatedEvent event) |
void |
handleEvent(LoggingUpdatedEvent event) |
void |
handleEvent(LookAndFeelUpdatedEvent event) |
void |
handleEvent(SmtpServerUpdatedEvent event) |
void |
handleEvent(XMLRestoreFinishedEvent event) |
void |
handleEvent(XMLRestoreStartedEvent event) |
void |
register() |
void |
unregister() |
public static final String XML_RESTORE_PATH_KEY
public AuditLogConfigurationEventListener(AuditService auditService, com.atlassian.event.api.EventPublisher eventPublisher, AuditLogConfigurationMapper configurationMapper)
@EventListener public void handleEvent(XMLRestoreFinishedEvent event)
@EventListener public void handleEvent(XMLRestoreStartedEvent event)
@EventListener public void handleEvent(ConfigurationPropertyUpdatedEvent event)
@EventListener public void handleEvent(SmtpServerUpdatedEvent event)
@EventListener public void handleEvent(LoggingUpdatedEvent event)
@EventListener public void handleEvent(AuditLogConfigurationUpdatedEvent event)
@EventListener public void handleEvent(LookAndFeelUpdatedEvent event)
@PostConstruct public void register()
@PreDestroy public void unregister()
Copyright © 2021 Atlassian. All rights reserved.