public abstract class SpaceEvent extends ConfluenceEvent
| Modifier and Type | Field and Description |
|---|---|
protected Space |
space |
source| Constructor and Description |
|---|
SpaceEvent(Object src) |
SpaceEvent(Object src,
Space space) |
| 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.
|
Space |
getSpace() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSource, toStringprotected Space space
public SpaceEvent(Object src)
public Space getSpace()
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–2017 Atlassian. All rights reserved.