AlwaysMatchingEventFilter
, meaning that this event will match any
other event of the same type.FixedNameEventFilter
,
meaning that this event will match only events of the same type affecting the same passed name.EventFilter
.EventListener
s.String
value.AlwaysMatchingEventFilter
, meaning that this event will match any
other event of the same type.FixedNameEventFilter
,
meaning that this event will match only events of the same type affecting the same passed name.EventFilter
.Thread
.org.xwiki.bridge.event.ActionExecutedEvent
class from XWiki Platform insteadEventFilter
that always matches another event filter.AlwaysMatchingEventFilter.INSTANCE
insteadEvent.matches(Object)
method.events
must implement this interface.EventFilter
s.EventFilter
that matches exactly one document name.Event.matches(Object)
.AlwaysMatchingEventFilter
.referenceEvent
will be notified of any occuring event for which
referenceEvent.matches(occuringEvent)
will return true
.referenceEvent
will be notified of any occuring event for which
referenceEvent.matches(occuringEvent)
will return true
.null
.ObservationManager
calls this method when an event matches one of the events
for which this listener is registered (see EventListener.getEvents()
.Thread
.EventFilter
that selects only events whose affected document name matches a regular expression.EventListener
and filters events by only keeping those coming from the provided
Thread
.Copyright © 2004–2021 XWiki. All rights reserved.