org.xwiki.observation.event
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$

Method Summary
 EventFilter getEventFilter()
          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 Detail

getEventFilter

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

Returns:
the event's filter


Copyright © 2004-2012 XWiki. All Rights Reserved.