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: 6d159184cddc7c98642f238b516a568bebf91980 $
- See Also:
- Serialized Form
|
Constructor Summary |
WikiReadyEvent()
Constructor initializing the event filter with an
AlwaysMatchingEventFilter, meaning that this event will match any
other document delete event. |
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()
- Constructor initializing the event filter with an
AlwaysMatchingEventFilter, meaning that this event will match any
other document delete event.
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-2012 XWiki. All Rights Reserved.