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, toString
public ConfluenceEvent(Object src)
public boolean equals(@Nullable Object obj)
Subclasses must override this to compare their own fields.
equals
in class com.atlassian.event.Event
obj
- the object to compare.Event.equals(Object)
public int hashCode()
hashCode
in class com.atlassian.event.Event
Event.hashCode()
Copyright © 2003–2020 Atlassian. All rights reserved.