com.atlassian.confluence.plugins.gadgets
Class CdnActivationListener

java.lang.Object
  extended by com.atlassian.confluence.plugins.gadgets.CdnActivationListener
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class CdnActivationListener
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean


Constructor Summary
CdnActivationListener(com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 void handleCdnDisabled(SiteDarkFeatureDisabledEvent event)
           
 void handleCdnEnabled(SiteDarkFeatureEnabledEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdnActivationListener

public CdnActivationListener(com.atlassian.event.api.EventPublisher eventPublisher)
Method Detail

handleCdnEnabled

@EventListener
public void handleCdnEnabled(SiteDarkFeatureEnabledEvent event)

handleCdnDisabled

@EventListener
public void handleCdnDisabled(SiteDarkFeatureDisabledEvent event)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
Exception


Copyright © 2003–2015 Atlassian. All rights reserved.