public class WikiReadyEvent extends AbstractWikiEvent
The event also send the following parameters:
String
Constructor and Description |
---|
WikiReadyEvent()
Matches all
WikiReadyEvent events. |
WikiReadyEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom
EventFilter . |
WikiReadyEvent(String wikiId)
Constructor initializing the event filter with a
FixedNameEventFilter ,
meaning that this event will match only events affecting the same wiki. |
getWikiId
equals, getEventFilter, hashCode, matches
public WikiReadyEvent()
WikiReadyEvent
events.public WikiReadyEvent(String wikiId)
FixedNameEventFilter
,
meaning that this event will match only events affecting the same wiki.wikiId
- the wiki identifierpublic WikiReadyEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter
.eventFilter
- the filter to use for matching eventsCopyright © 2004–2021 XWiki. All rights reserved.