public class

LookAndFeelUpdateListener

extends Object
implements DisposableBean InitializingBean
java.lang.Object
   ↳ com.atlassian.jira.gadgets.system.LookAndFeelUpdateListener

Class Overview

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

Summary

Public Constructors
LookAndFeelUpdateListener(EventPublisher eventPublisher, AdminTaskUserPropertyManager adminTaskUserPropertyManager)
Public Methods
void afterPropertiesSet()
void destroy()
@EventListener void onLookAndFeelUpdated(LookAndFeelUpdatedEvent event)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.beans.factory.DisposableBean
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public LookAndFeelUpdateListener (EventPublisher eventPublisher, AdminTaskUserPropertyManager adminTaskUserPropertyManager)

Public Methods

public void afterPropertiesSet ()

Throws
Exception

public void destroy ()

Throws
Exception

@EventListener public void onLookAndFeelUpdated (LookAndFeelUpdatedEvent event)