public interface CascadingEventFilter extends AppendableEventFilter
CompositeEventFilter
or rather EventFilterFactory.connect(EventFilter...)
.Modifier and Type | Method and Description |
---|---|
boolean |
detach()
Detaches the attached
EventFilter . |
EventFilter |
getAttachedEventFilter()
Returns the attached EventFilter.
|
attach
match
EventFilter getAttachedEventFilter()
EventFilter
.
EventFilter instances can be attached with AppendableEventFilter.attach(EventFilter)
.EventFilter
boolean detach()
EventFilter
. A CascadingEventFilter can
only hold one EventFilter
.
EventFilter instances can be attached with AppendableEventFilter.attach(EventFilter)
.Copyright © 2012. All Rights Reserved.