[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Indicate that an event was evaluated by the net.esper.filter.FilterService which matches the filter specification net.esper.filter.FilterSpec associated with this callback.

Namespace: net.esper.filter
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub MatchFound ( _
	_event As EventBean _
)
C#
public void MatchFound (
	EventBean _event
)
Visual C++
public:
virtual void MatchFound (
	EventBean^ _event
) sealed

Parameters

_event
net.esper.events.EventBean
the event received that matches the filter specification

See Also