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

Interface for views that poll data based on information from other streams.

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

Syntax

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