public class CdnActivationListener extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Constructor and Description |
---|
CdnActivationListener(com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
handleCdnDisabled(SiteDarkFeatureDisabledEvent event) |
void |
handleCdnEnabled(SiteDarkFeatureEnabledEvent event) |
public CdnActivationListener(com.atlassian.event.api.EventPublisher eventPublisher)
@EventListener public void handleCdnEnabled(SiteDarkFeatureEnabledEvent event)
@EventListener public void handleCdnDisabled(SiteDarkFeatureDisabledEvent event)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
Copyright © 2003–2016 Atlassian. All rights reserved.