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(User user)
This constructor is deprecated. since 6.0, replaced by LookAndFeelUpdatedEvent(User, Type)
LookAndFeelUpdatedEvent(User user, LookAndFeelUpdatedEvent.Type type)
Public Methods
LookAndFeelUpdatedEvent.Type getType()
User 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 (User user)

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

public LookAndFeelUpdatedEvent (User user, LookAndFeelUpdatedEvent.Type type)

Public Methods

public LookAndFeelUpdatedEvent.Type getType ()

public User getUser ()