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, toString
public String getSpaceKey()
public boolean isGlobal()
public boolean equals(Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class ConfluenceEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class ConfluenceEvent
Event.hashCode()
Copyright © 2003–2016 Atlassian. All rights reserved.