org.xwiki.bridge.event
Class WikiReadyEvent
java.lang.Object
org.xwiki.observation.event.AbstractFilterableEvent
org.xwiki.bridge.event.AbstractWikiEvent
org.xwiki.bridge.event.WikiReadyEvent
- All Implemented Interfaces:
- Serializable, WikiEvent, org.xwiki.observation.event.Event, org.xwiki.observation.event.FilterableEvent
public class WikiReadyEvent
- extends AbstractWikiEvent
An event triggered when a (sub)wiki is ready to service requests.
- Since:
- 4.1M1
- Version:
- $Id: efee4d62b8dddc1c563b3eba9da753dc4d07b159 $
- See Also:
- Serialized Form
|
Constructor Summary |
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. |
| Methods inherited from class org.xwiki.observation.event.AbstractFilterableEvent |
equals, getEventFilter, hashCode, matches |
| Methods inherited from interface org.xwiki.observation.event.Event |
matches |
WikiReadyEvent
public WikiReadyEvent()
- Matches all
WikiReadyEvent events.
WikiReadyEvent
public WikiReadyEvent(String wikiId)
- Constructor initializing the event filter with a
FixedNameEventFilter,
meaning that this event will match only events affecting the same wiki.
- Parameters:
wikiId - the wiki identifier
WikiReadyEvent
public WikiReadyEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
- Constructor using a custom
EventFilter.
- Parameters:
eventFilter - the filter to use for matching events
Copyright © 2004–2014 XWiki. All rights reserved.