public class PageListViewEvent extends SpaceEvent implements Viewed
space
source
Constructor and Description |
---|
PageListViewEvent(Object src,
Space space,
String viewType) |
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.
|
@NonNull String |
getViewType() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSpace
getSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLocaleInfo, getProperties
public @NonNull String getViewType()
public boolean equals(Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class SpaceEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class SpaceEvent
Event.hashCode()
Copyright © 2003–2020 Atlassian. All rights reserved.