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

Constructor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	listeners As ISet(Of UpdateListener) _
)
C#
public PatternListenerDispatch (
	ISet<UpdateListener> listeners
)
Visual C++
public:
PatternListenerDispatch (
	ISet<UpdateListener^>^ listeners
)

Parameters

listeners
net.esper.compat.ISet<(Of T>)
is the listeners to dispatch to.