public interface FilterHandleCallback extends FilterHandle
FilterService
.Modifier and Type | Method and Description |
---|---|
boolean |
isSubSelect()
Returns true if the filter applies to subselects.
|
void |
matchFound(EventBean theEvent,
Collection<FilterHandleCallback> allStmtMatches)
Indicate that an event was evaluated by the
FilterService
which matches the filter specification FilterSpecCompiled associated with this callback. |
getStatementId
void matchFound(EventBean theEvent, Collection<FilterHandleCallback> allStmtMatches)
FilterService
which matches the filter specification FilterSpecCompiled
associated with this callback.theEvent
- - the event received that matches the filter specificationallStmtMatches
- - collection of matches that represent all matches for the same statementboolean isSubSelect()