public interface CompositeEventFilter extends AppendableEventFilter
EventFilter
instances.
The match method calls all attached EventFilter
instances to check if the
Event
has to be filtered.
A other solution to build filter sequences is available with CascadingEventFilter
(cascading filter sequences).Modifier and Type | Method and Description |
---|---|
boolean |
detach()
Detaches all attached
EventFilter instances. |
boolean |
detach(EventFilter anEventFilter)
Detaches the attached
EventFilter instances. |
List<EventFilter> |
getAttachedEventFilters()
Returns the attached EventFilters.
|
attach
match
List<EventFilter> getAttachedEventFilters()
AppendableEventFilter.attach(EventFilter)
.EventFilter
boolean detach(EventFilter anEventFilter)
EventFilter
instances.
EventFilter instances can be attached with AppendableEventFilter.attach(EventFilter)
.anEventFilter
- EventFilter
to detachboolean detach()
EventFilter
instances.
EventFilter instances can be attached with AppendableEventFilter.attach(EventFilter)
.Copyright © 2012. All Rights Reserved.