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.
|
attachmatchEventFilter getAttachedEventFilter()
EventFilter.
EventFilter instances can be attached with AppendableEventFilter.attach(EventFilter).EventFilterboolean detach()
EventFilter. A CascadingEventFilter can
only hold one EventFilter.
EventFilter instances can be attached with AppendableEventFilter.attach(EventFilter).Copyright © 2012. All Rights Reserved.