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, isGlobalgetSource, toStringpublic String getOldThemeKey()
public String getNewThemeKey()
public boolean equals(Object o)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class LookAndFeelEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class LookAndFeelEventEvent.hashCode()Copyright © 2003–2018 Atlassian. All rights reserved.