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(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–2018 Atlassian. All rights reserved.