public abstract class PluginEvent extends ConfigurationEvent implements ClusterEvent
source
Constructor and Description |
---|
PluginEvent(Object src,
String pluginKey) |
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 |
getPluginKey() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
String |
toString() |
getSource
public String getPluginKey()
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()
public String toString()
toString
in class EventObject
Copyright © 2003–2020 Atlassian. All rights reserved.