public abstract class LookAndFeelEvent extends ConfluenceEvent
source| Constructor and Description |
|---|
LookAndFeelEvent(Object src,
String spaceKey)
Construct a new look and feel event
|
| 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 |
getSpaceKey()
Get the space this look and feel event relates to.
|
int |
hashCode()
Subclasses must override this to hash their own fields.
|
boolean |
isGlobal()
Does this event apply to the global look and feel?
|
getSource, toStringpublic String getSpaceKey()
public boolean isGlobal()
public boolean equals(Object o)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class ConfluenceEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class ConfluenceEventEvent.hashCode()Copyright © 2003–2022 Atlassian. All rights reserved.