Interface FilterableEvent

All Superinterfaces:
Event
All Known Implementing Classes:
AbstractCancelableEvent, AbstractFilterableEvent

public interface FilterableEvent extends Event
An Event that supports EventFilters.
Since:
2.4M2
Version:
$Id: 58bec01514629bb9309c101bcaf85b5e068ccf98 $
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the filter used to match this event against other events, used in Event.matches(Object).

    Methods inherited from interface org.xwiki.observation.event.Event

    matches
  • Method Details

    • getEventFilter

      EventFilter getEventFilter()
      Retrieves the filter used to match this event against other events, used in Event.matches(Object).
      Returns:
      the event's filter