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

Dispatchable for dispatching events to update listeners.

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

Syntax

Visual Basic (Declaration)
Public Class PatternListenerDispatch _
	Implements Dispatchable
C#
public class PatternListenerDispatch : Dispatchable
Visual C++
public ref class PatternListenerDispatch : Dispatchable

Inheritance Hierarchy

System.Object
  net.esper.core.PatternListenerDispatch