public class ThemeChangedEvent extends LookAndFeelEvent implements Updated
source
Constructor and Description |
---|
ThemeChangedEvent(Object src,
String spaceKey,
String oldThemeKey,
String newThemeKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
String |
getNewThemeKey()
Get the theme that is being changed to.
|
String |
getOldThemeKey()
Get the theme that is being changed from.
|
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSpaceKey, isGlobal
getSource, toString
public String getOldThemeKey()
public String getNewThemeKey()
public boolean equals(Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class LookAndFeelEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class LookAndFeelEvent
Event.hashCode()
Copyright © 2003–2019 Atlassian. All rights reserved.