com.atlassian.jira.event.web.action.admin
Class LookAndFeelUpdatedEvent

java.lang.Object
  extended by com.atlassian.jira.event.web.action.admin.LookAndFeelUpdatedEvent

public class LookAndFeelUpdatedEvent
extends Object

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

Since:
v5.1

Nested Class Summary
static class LookAndFeelUpdatedEvent.Type
           
 
Constructor Summary
LookAndFeelUpdatedEvent()
          Deprecated. since 6.0, replaced by LookAndFeelUpdatedEvent(User, Type)
LookAndFeelUpdatedEvent(com.atlassian.crowd.embedded.api.User user)
          Deprecated. since 6.0, replaced by LookAndFeelUpdatedEvent(User, Type)
LookAndFeelUpdatedEvent(com.atlassian.crowd.embedded.api.User user, LookAndFeelUpdatedEvent.Type type)
           
 
Method Summary
 LookAndFeelUpdatedEvent.Type getType()
           
 com.atlassian.crowd.embedded.api.User getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelUpdatedEvent

public LookAndFeelUpdatedEvent()
Deprecated. since 6.0, replaced by LookAndFeelUpdatedEvent(User, Type)


LookAndFeelUpdatedEvent

public LookAndFeelUpdatedEvent(com.atlassian.crowd.embedded.api.User user)
Deprecated. since 6.0, replaced by LookAndFeelUpdatedEvent(User, Type)


LookAndFeelUpdatedEvent

public LookAndFeelUpdatedEvent(com.atlassian.crowd.embedded.api.User user,
                               LookAndFeelUpdatedEvent.Type type)
Method Detail

getUser

public com.atlassian.crowd.embedded.api.User getUser()

getType

public LookAndFeelUpdatedEvent.Type getType()


Copyright © 2002-2013 Atlassian. All Rights Reserved.