com.atlassian.jira.gadgets.system
Class LookAndFeelUpdateListener

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.LookAndFeelUpdateListener
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

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

Listener to check if a user has updated the look and feel of the instance.

Since:
v6.0

Constructor Summary
LookAndFeelUpdateListener(com.atlassian.event.api.EventPublisher eventPublisher, AdminTaskUserPropertyManager adminTaskUserPropertyManager)
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 void onLookAndFeelUpdated(LookAndFeelUpdatedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelUpdateListener

public LookAndFeelUpdateListener(com.atlassian.event.api.EventPublisher eventPublisher,
                                 AdminTaskUserPropertyManager adminTaskUserPropertyManager)
Method Detail

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

onLookAndFeelUpdated

@EventListener
public void onLookAndFeelUpdated(LookAndFeelUpdatedEvent event)


Copyright © 2002-2014 Atlassian. All Rights Reserved.