net.esper.filter
Interface FilterCallback

All Known Implementing Classes:
EvalFilterStateNode

public interface FilterCallback

Interface for a callback method to be called when an event matches a filter specification.


Method Summary
 void matchFound(EventBean event)
          Indicate that an event was evaluated by the FilterService which matches the filter specification FilterSpec associated with this callback.
 

Method Detail

matchFound

void matchFound(EventBean event)
Indicate that an event was evaluated by the FilterService which matches the filter specification FilterSpec associated with this callback.

Parameters:
event - - the event received that matches the filter specification