| Interface | Description |
|---|---|
| EventFilter |
Allows writing complex Event matching algorithms for the
Event.matches(Object)
method. |
| Class | Description |
|---|---|
| AlwaysMatchingEventFilter |
An
EventFilter that always matches another event filter. |
| FixedNameEventFilter |
An
EventFilter that matches exactly one document name. |
| RegexEventFilter |
An
EventFilter that selects only events whose affected document name matches a regular expression. |
Copyright © 2004–2017 XWiki. All rights reserved.