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. |
getWikiIdequals, getEventFilter, hashCode, matchespublic 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–2015 XWiki. All rights reserved.