public interface AppendableEventFilter extends EventFilter
EventFilter
can handle more
attached EventFilter
instances. Depending on the implementation
of the AppendableEventFilter, the method
EventFilter.match(de.novanic.eventservice.client.event.Event)
of the
super class must be called first, when the method is overwritten.Modifier and Type | Method and Description |
---|---|
AppendableEventFilter |
attach(EventFilter anEventFilter)
Appends another
EventFilter which should also be used/called from the match method
(EventFilter.match(de.novanic.eventservice.client.event.Event) ). |
match
AppendableEventFilter attach(EventFilter anEventFilter)
EventFilter
which should also be used/called from the match method
(EventFilter.match(de.novanic.eventservice.client.event.Event)
).anEventFilter
- EventFilter
to attachEventFilter
instances)Copyright © 2012. All Rights Reserved.