public abstract class ConfluenceEvent extends com.atlassian.event.Event implements Serializable
source| Constructor and Description |
|---|
ConfluenceEvent(Object src) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object obj)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSource, toStringpublic ConfluenceEvent(Object src)
public boolean equals(@Nullable Object obj)
Subclasses must override this to compare their own fields.
equals in class com.atlassian.event.Eventobj - the object to compare.Event.equals(Object)public int hashCode()
hashCode in class com.atlassian.event.EventEvent.hashCode()Copyright © 2003–2022 Atlassian. All rights reserved.