Package org.xwiki.observation.event
Interface FilterableEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
AbstractCancelableEvent,AbstractFilterableEvent
An Event that supports
EventFilters.- Since:
- 2.4M2
- Version:
- $Id: 58bec01514629bb9309c101bcaf85b5e068ccf98 $
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the filter used to match this event against other events, used inEvent.matches(Object).
-
Method Details
-
getEventFilter
EventFilter getEventFilter()Retrieves the filter used to match this event against other events, used inEvent.matches(Object).- Returns:
- the event's filter
-