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 AnEventFilterthat always matches another event filter.FixedNameEventFilter AnEventFilterthat matches exactly one document name.RegexEventFilter AnEventFilterthat selects only events whose affected document name matches a regular expression.