Package | Description |
---|---|
de.novanic.eventservice.client.event.filter |
Modifier and Type | Interface and Description |
---|---|
interface |
CascadingEventFilter
A CascadingEventFilter is based on cascading filter sequences.
|
interface |
CompositeEventFilter
A CompositeEventFilter can handle various attached
EventFilter instances. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCompositeEventFilter
The DefaultCompositeEventFilter can handle various attached
EventFilter instances. |
class |
DefaultEventFilter
Default implementation of the
EventFilter interface. |
Modifier and Type | Method and Description |
---|---|
AppendableEventFilter |
DefaultEventFilter.attach(EventFilter anEventFilter)
Sets/Attaches another
EventFilter which is used/called from the match method
(EventFilter.match(de.novanic.eventservice.client.event.Event) ). |
AppendableEventFilter |
DefaultCompositeEventFilter.attach(EventFilter anEventFilter)
Appends another
EventFilter which is used/called from the match method
(EventFilter.match(de.novanic.eventservice.client.event.Event) ). |
AppendableEventFilter |
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) ). |
Copyright © 2012. All Rights Reserved.