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

Interface that marks an event collection. Every event in the event collection must be of the same event type, as defined by the getEventType() call.

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

Syntax

Visual Basic (Declaration)
Public Interface EventCollection _
	Implements IEnumerable(Of EventBean), IEnumerable
C#
public interface EventCollection : IEnumerable<EventBean>, IEnumerable
Visual C++
public interface class EventCollection : IEnumerable<EventBean^>, IEnumerable