Package org.xwiki.observation.event.filter
-
Interface Summary Interface Description EventFilter Allows writing complex Event matching algorithms for theEvent.matches(Object)
method. -
Class Summary Class Description AlwaysMatchingEventFilter AnEventFilter
that always matches another event filter.FixedNameEventFilter AnEventFilter
that matches exactly one document name.RegexEventFilter AnEventFilter
that selects only events whose affected document name matches a regular expression.