public interface EventEvaluator
Modifier and Type | Method and Description |
---|---|
void |
matchEvent(EventBean theEvent,
Collection<FilterHandle> matches)
Perform the matching of an event based on the event property values,
adding any callbacks for matches found to the matches list.
|
void matchEvent(EventBean theEvent, Collection<FilterHandle> matches)
theEvent
- is the event object wrapper to obtain event property values frommatches
- accumulates the matching filter callbacks