public class WikiCreatingEvent extends AbstractWikiEvent implements org.xwiki.observation.event.BeginFoldEvent
The event also send the following parameters:
String| Constructor and Description |
|---|
WikiCreatingEvent()
Matches all
WikiCreatingEvent events. |
WikiCreatingEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom
EventFilter. |
WikiCreatingEvent(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 WikiCreatingEvent()
WikiCreatingEvent events.public WikiCreatingEvent(String wikiId)
FixedNameEventFilter,
meaning that this event will match only events affecting the same wiki.wikiId - the wiki identifierpublic WikiCreatingEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter.eventFilter - the filter to use for matching eventsCopyright © 2004–2016 XWiki. All rights reserved.