public class

LookAndFeelUpdatedEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.event.web.action.admin.LookAndFeelUpdatedEvent

Class Overview

Denotes that the look and feel has been changed in some way.

Summary

Nested Classes
enum LookAndFeelUpdatedEvent.Type  
Public Constructors
LookAndFeelUpdatedEvent()
This constructor is deprecated. since 6.0, replaced by #LookAndFeelUpdatedEvent(User, Type)
LookAndFeelUpdatedEvent(ApplicationUser user)
This constructor is deprecated. since 6.0, replaced by #LookAndFeelUpdatedEvent(User, Type)
LookAndFeelUpdatedEvent(ApplicationUser user, LookAndFeelUpdatedEvent.Type type)
Public Methods
LookAndFeelUpdatedEvent.Type getType()
ApplicationUser getUser()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LookAndFeelUpdatedEvent ()

This constructor is deprecated.
since 6.0, replaced by #LookAndFeelUpdatedEvent(User, Type)

public LookAndFeelUpdatedEvent (ApplicationUser user)

This constructor is deprecated.
since 6.0, replaced by #LookAndFeelUpdatedEvent(User, Type)

public LookAndFeelUpdatedEvent (ApplicationUser user, LookAndFeelUpdatedEvent.Type type)

Public Methods

public LookAndFeelUpdatedEvent.Type getType ()

public ApplicationUser getUser ()