Package org.xwiki.observation.event.filter

Interface Summary
EventFilter Allows writing complex Event matching algorithms for the Event.matches(Object) method.
 

Class Summary
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-2013 XWiki. All Rights Reserved.